23 lines
412 B
Makefile
23 lines
412 B
Makefile
# Created by: Stefan Esser <se@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unshield
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Extract data from InstallShield CAB files
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_STAGE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|