blob: 544a5514bbeda57ff1be0f0e6d45cc5721f65d03 (
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
|
# New ports collection makefile for: unshield
# Date created: 08 April 2004
# Whom: Stefan Esser <se@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= unshield
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/synce/Unshield/${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extract data from InstallShield CAB files
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>
|