diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 01:32:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-16 01:32:10 +0000 |
commit | 24eafc7dc42f4031dcfa7738ee94381e06008360 (patch) | |
tree | d0c62f31e2f31c55626486a6fce918f21fe5b067 /archivers/advancecomp/Makefile | |
parent | bd4dec0618a8910c649a2a20ab2b96cea23eece3 (diff) | |
download | pkgsrc-24eafc7dc42f4031dcfa7738ee94381e06008360.tar.gz |
Initial import of advancecomp-1.10.
AdvanceCOMP is a collection of recompression utilities for your .ZIP archives,
.PNG snapshots, .MNG video clips and .GZ files.
It's mainly intended for recompressing your rom, snapshot and clip collection
of emulated games.
The main features are:
* Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
implementation.
* Recompress MNG files using Delta and Move optimization.
Diffstat (limited to 'archivers/advancecomp/Makefile')
-rw-r--r-- | archivers/advancecomp/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile new file mode 100644 index 00000000000..1297b828d98 --- /dev/null +++ b/archivers/advancecomp/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/16 01:32:10 xtraeme Exp $ +# + +DISTNAME= advancecomp-1.10 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://advancemame.sourceforge.net/ +COMMENT= Recompression utilities for .zip, .png, .mng and .gz files + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |