2004-04-09 14:47:57 +02:00
|
|
|
# New ports collection makefile for: unshield
|
|
|
|
# Date created: 08 April 2004
|
|
|
|
# Whom: se
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= unshield
|
2005-07-30 11:30:03 +02:00
|
|
|
PORTVERSION= 0.5
|
2004-04-09 14:47:57 +02:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR=synce
|
|
|
|
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
|
|
COMMENT= Extract data from InstallShield CAB files
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-07-30 11:30:03 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-04-09 14:47:57 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-05-21 19:56:13 +02:00
|
|
|
CONFIGURE_ARGS= --program-prefix=""
|
2004-04-09 14:47:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|