diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
commit | 995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch) | |
tree | 716cad45f74530d35aed61fcde093f63ed88f722 /archivers/fpc-unzip/Makefile | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) | |
download | ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip |
Notes
Diffstat (limited to 'archivers/fpc-unzip/Makefile')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index 23d23aaee449..6d9ffd5ab5b3 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -8,12 +8,15 @@ CATEGORIES= archivers lang PKGNAMESUFFIX= -unzip -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal routines for unzipping zip files -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + fpcmake:${PORTSDIR}/lang/fpc-utils +RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |