blob: ef7521233e04d063ffc37d6600da43864efc9fe7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= unshield
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
LICENSE= MIT
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool:keepla pathfix
post-build:
@${STRIP_CMD} ${WRKSRC}/lib/.libs/libunshield.so.0.0.0
.include <bsd.port.mk>
|