mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
786b1f0d38
(sic!) on such files. When header format could not be detected, try to use the newest algorithm instead the oldest one; this should make the port more "future proof" - Allow to specify header format via command line (-i <version>) to override default detection logic - Bump port revision and reformat Makefile header while I am here Obtained from: SynCE bug tracker at sf.net (ID: 3163039) Approved by: maintainer (sunpoet)
25 lines
471 B
Makefile
25 lines
471 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
|
|
USE_GNOME= gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|