2013-08-21 14:02:08 +02:00
|
|
|
# Created by: Stefan Esser <se@FreeBSD.org>
|
2004-04-09 14:47:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= unshield
|
2009-10-04 01:53:20 +02:00
|
|
|
PORTVERSION= 0.6
|
2014-06-03 14:44:13 +02:00
|
|
|
PORTREVISION= 7
|
2004-04-09 14:47:57 +02:00
|
|
|
CATEGORIES= archivers
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
|
2004-04-09 14:47:57 +02:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2004-04-09 14:47:57 +02:00
|
|
|
COMMENT= Extract data from InstallShield CAB files
|
|
|
|
|
2013-08-21 14:02:08 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2004-04-09 14:47:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-01-20 12:46:13 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-03 14:44:13 +02:00
|
|
|
USES= libtool pathfix
|
2008-07-30 01:48:01 +02:00
|
|
|
|
2004-04-09 14:47:57 +02:00
|
|
|
.include <bsd.port.mk>
|