diff options
Diffstat (limited to 'archivers/fpc-paszlib/Makefile')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 38 |
1 files changed, 5 insertions, 33 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index 37ad62571e77..569c5cf1d299 100644 --- a/archivers/fpc-paszlib/Makefile +++ b/archivers/fpc-paszlib/Makefile @@ -5,42 +5,14 @@ # $FreeBSD$ # -PORTNAME= paszlib -PORTVERSION= 1.0.10 CATEGORIES= archivers devel -MASTER_SITES= http://www.borgsdemons.com/distfiles/ -PKGNAMEPREFIX= fpc- +PKGNAMESUFFIX= -paszlib -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= Free Pascal unit for native compression IO -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -USE_GMAKE= yes -ONLY_FOR_ARCHS= i386 +MASTERDIR= ${.CURDIR}/../../lang/fpc -.include <bsd.port.pre.mk> - -PLIST_SUB+= INSTDIR=lib/fpc/${PORTVERSION}/units/freebsd/paszlib \ - PORTVERSION=${PORTVERSION} - -MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ - FPC=${LOCALBASE}/bin/ppc386 \ - INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ - INSTALL_BINDIR=${PREFIX}/bin \ - GCCLIBDIR=/usr/lib \ - RELEASE=1 - -post-patch: -# change to alter amount of optimization - @${FIND} ${WRKDIR}/paszlib -name "Makefile*" | ${XARGS} \ - ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' - -do-build: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib all - -do-install: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib install - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |