freebsd-ports/archivers/unshield/Makefile
2021-04-06 16:31:07 +02:00

21 lines
356 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
PORTNAME= unshield
PORTVERSION= 1.4.3
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake pathfix ssl
CFLAGS+= -fPIC
USE_LDCONFIG= yes
GH_ACCOUNT= twogood
USE_GITHUB= yes
.include <bsd.port.mk>