diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:42:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:42:17 +0000 |
commit | 4eb098a9562328a0610d57331ae578249ce3b357 (patch) | |
tree | 8d268cbb8d2f0280d2a4c6ec19b550c64f84f1b0 /archivers/fpc-unzip/Makefile | |
parent | 2dbee4a02c08b6402b644a0a791278fd5fe99c14 (diff) | |
download | ports-4eb098a9562328a0610d57331ae578249ce3b357.tar.gz ports-4eb098a9562328a0610d57331ae578249ce3b357.zip |
Notes
Diffstat (limited to 'archivers/fpc-unzip/Makefile')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile new file mode 100644 index 000000000000..23d23aaee449 --- /dev/null +++ b/archivers/fpc-unzip/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-unzip +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= archivers lang +PKGNAMESUFFIX= -unzip + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal routines for unzipping zip files + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + unzip:${PORTSDIR}/archivers/unzip + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |