diff options
author | martin <martin@pkgsrc.org> | 2005-08-01 14:22:02 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2005-08-01 14:22:02 +0000 |
commit | 076ac9ddba99ae52a14a2d0af0a4f64b34dc2ab0 (patch) | |
tree | 9bddb61a754f42134809eb115f45c73694d71304 /archivers/unshield/Makefile | |
parent | 40dfd87a64432051a56fd82d53b630f5fc2f70c5 (diff) | |
download | pkgsrc-076ac9ddba99ae52a14a2d0af0a4f64b34dc2ab0.tar.gz |
Import of unshield-0.5, a tool to extract .CAB archives in InstallShield
format.
Diffstat (limited to 'archivers/unshield/Makefile')
-rw-r--r-- | archivers/unshield/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile new file mode 100644 index 00000000000..91360ac9ace --- /dev/null +++ b/archivers/unshield/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/01 14:22:02 martin Exp $ +# + +DISTNAME= unshield-0.5 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} + +MAINTAINER= martin@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/synce/ +COMMENT= Extract InstallShield .CAB files + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |