1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/archivers/unshield/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

25 lines
464 B
Makefile

# 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
USES= pathfix
USE_LDCONFIG= yes
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>