diff options
Diffstat (limited to 'archivers/plzip/Makefile')
-rw-r--r-- | archivers/plzip/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile new file mode 100644 index 000000000000..10e2c52f3c19 --- /dev/null +++ b/archivers/plzip/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: plzip +# Date created: 2010-05-22 +# Whom: Albert Vernon <f3cun3c02@sneakemail.com> +# +# $FreeBSD$ +# + +PORTNAME= plzip +PORTVERSION= 0.6 +CATEGORIES= archivers +MASTER_SITES= SAVANNAH/lzip + +MAINTAINER= f3cun3c02@sneakemail.com +COMMENT= Is a parallel, lossless data compressor based on the LZMA algorithm + +BUILD_DEPENDS= lzlib>=1.0:${PORTSDIR}/archivers/lzlib + +PLIST_FILES= bin/plzip + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +MAN1= plzip.1 +INFO= plzip +.include <bsd.port.mk> |