Edit

IABSD.fr/ports/print/openclipart/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:32:00
    Hash : cfe07a70
    Message : MASTER_SITES -> SITES

  • print/openclipart/Makefile
  • COMMENT=	desktop publishing clip-art
    
    V=		2.0
    DISTNAME=	openclipart-$V-full
    PKGNAME=	${DISTNAME:S/-full//}
    CATEGORIES=	print graphics
    
    HOMEPAGE=	http://openclipart.org/
    
    # Public domain
    PERMIT_PACKAGE=	Yes
    
    SITES=		${HOMEPAGE}/downloads/$V/
    EXTRACT_SUFX=	.tar.bz2
    
    BUILD_DEPENDS=	archivers/bzip2
    
    EXTRACT_ONLY=
    PKG_ARCH=	*
    NO_BUILD=	Yes
    NO_TEST=	Yes
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/openclipart/
    	tar -xjf ${FULLDISTDIR}/${DISTFILES} \
    	    -C ${PREFIX}/share -s ',^openclipart-$V-full,openclipart,'
    	chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/openclipart/
    	find ${PREFIX}/share/openclipart -type f -exec chmod a-x {} +
    
    .include <bsd.port.mk>