diff options
Diffstat (limited to 'archivers/advancecomp/Makefile')
-rw-r--r-- | archivers/advancecomp/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile new file mode 100644 index 000000000000..dcefd3e538e6 --- /dev/null +++ b/archivers/advancecomp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: advancecomp +# Date created: 11 May 2004 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PORTNAME= advancecomp +PORTVERSION= 1.10 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= advancemame + +MAINTAINER= hsn@netmag.cz +COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GETOPT_LONG=yes +USE_GMAKE= yes + +PLIST_FILES= bin/advzip bin/advpng bin/advmng bin/advdef +MAN1= advzip.1 advpng.1 advmng.1 advdef.1 + +.include <bsd.port.mk> |