blob: 1d2cb9a10bea8c0cdfd2173d948410c4a341974b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: unshield
# Date created: 08 April 2004
# Whom: se
#
# $FreeBSD$
#
PORTNAME= unshield
PORTVERSION= 0.5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=synce
MAINTAINER= se@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
CONFIGURE_ARGS= --program-prefix=""
.include <bsd.port.mk>
|