mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# Created by: Stefan Esser <se@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/CMAKE_INSTALL_DATAROOTDIR/ s|DATAROOTDIR|PREFIX|' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|