blob: 542ff83b7600b720c9b392e662a882bc8c1f6d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Stefan Esser <se@FreeBSD.org>
PORTNAME= unshield
PORTVERSION= 1.5.1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake cpe pathfix ssl
CFLAGS+= -fPIC
USE_LDCONFIG= yes
CPE_VENDOR= unshield_project
GH_ACCOUNT= twogood
USE_GITHUB= yes
.include <bsd.port.mk>
|