freebsd-ports/archivers/unshield/Makefile

23 lines
387 B
Makefile
Raw Normal View History

PORTNAME= unshield
PORTVERSION= 1.5.1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
WWW= https://github.com/twogood/unshield
LICENSE= MIT
2016-01-01 07:35:45 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake cpe pathfix ssl
CFLAGS+= -fPIC
USE_LDCONFIG= yes
2021-10-13 07:35:54 +02:00
CPE_VENDOR= unshield_project
GH_ACCOUNT= twogood
USE_GITHUB= yes
.include <bsd.port.mk>