freebsd-ports/archivers/unshield/Makefile
Sunpoet Po-Chuan Hsieh 46f885361d - Add LICENSE_FILE
2016-01-01 06:35:45 +00:00

21 lines
423 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= unshield
PORTVERSION= 0.6
PORTREVISION= 7
CATEGORIES= archivers
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool pathfix
.include <bsd.port.mk>