diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:02:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:02:08 +0000 |
commit | 810f699bfefb6805c8c40fd746af650e11986757 (patch) | |
tree | 034d17feea0579f9631d710bbf7c4f6d3d6c3fca /archivers | |
parent | 484b3a5df8168933a50ff4d9e6d79523b6b2eb95 (diff) | |
download | ports-810f699bfefb6805c8c40fd746af650e11986757.tar.gz ports-810f699bfefb6805c8c40fd746af650e11986757.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unshield/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile index 76c6c6e557b8..6e9b39839f09 100644 --- a/archivers/unshield/Makefile +++ b/archivers/unshield/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unshield -# Date created: 08 April 2004 -# Whom: Stefan Esser <se@FreeBSD.org> -# +# Created by: Stefan Esser <se@FreeBSD.org> # $FreeBSD$ -# PORTNAME= unshield PORTVERSION= 0.6 @@ -14,10 +10,12 @@ MASTER_SITES= SF/synce/Unshield/${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extract data from InstallShield CAB files -USE_AUTOTOOLS= libtool +LICENSE= MIT + GNU_CONFIGURE= yes -USES= pathfix +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +USES= pathfix MAN1= ${PORTNAME}.1 |