summaryrefslogtreecommitdiff
path: root/archivers/unshield/Makefile
blob: d90cbdc271fa23e1f3dc70c7f7e80b9e1f6369a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	unshield
PORTVERSION=	1.6.2
CATEGORIES=	archivers

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Extract data from InstallShield CAB files
WWW=		https://github.com/twogood/unshield

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake cpe pathfix ssl

CFLAGS+=	-fPIC
USE_LDCONFIG=	yes

PLIST_SUB=	PORTVERSION=${PORTVERSION}

CPE_VENDOR=	unshield_project

GH_ACCOUNT=	twogood
USE_GITHUB=	yes

.include <bsd.port.mk>