diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:02:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:02:08 +0800 |
commit | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (patch) | |
tree | 034d17feea0579f9631d710bbf7c4f6d3d6c3fca /archivers | |
parent | 5fbff29cd6ce6ac7f6655eda280cd0299d14d2f3 (diff) | |
download | freebsd-ports-gnome-3a8d414a58344623f32873fc31e0f9c3c36e0c67.tar.gz freebsd-ports-gnome-3a8d414a58344623f32873fc31e0f9c3c36e0c67.tar.zst freebsd-ports-gnome-3a8d414a58344623f32873fc31e0f9c3c36e0c67.zip |
- Add LICENSE
- Cosmetic change
- Cleanup Makefile header
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 |