2004-04-09 14:47:57 +02:00
|
|
|
PORTNAME= unshield
|
2022-01-11 18:12:02 +01:00
|
|
|
PORTVERSION= 1.5.1
|
2004-04-09 14:47:57 +02:00
|
|
|
CATEGORIES= archivers
|
|
|
|
|
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
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/twogood/unshield
|
2004-04-09 14:47:57 +02:00
|
|
|
|
2013-08-21 14:02:08 +02:00
|
|
|
LICENSE= MIT
|
2016-01-01 07:35:45 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-08-21 14:02:08 +02:00
|
|
|
|
2021-10-05 20:39:44 +02:00
|
|
|
USES= cmake cpe pathfix ssl
|
|
|
|
|
2017-01-01 22:39:52 +01:00
|
|
|
CFLAGS+= -fPIC
|
- 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
|
2017-01-01 22:39:52 +01:00
|
|
|
|
2021-10-13 07:35:54 +02:00
|
|
|
CPE_VENDOR= unshield_project
|
|
|
|
|
2017-01-01 22:39:52 +01:00
|
|
|
GH_ACCOUNT= twogood
|
|
|
|
USE_GITHUB= yes
|
|
|
|
|
2004-04-09 14:47:57 +02:00
|
|
|
.include <bsd.port.mk>
|