From 3a8d414a58344623f32873fc31e0f9c3c36e0c67 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 21 Aug 2013 12:02:08 +0000 Subject: - Add LICENSE - Cosmetic change - Cleanup Makefile header --- archivers/unshield/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'archivers') 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 -# +# Created by: Stefan Esser # $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 -- cgit