1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/archivers/linux-unace/Makefile
Kris Kennaway 3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00

47 lines
948 B
Makefile

# New ports collection makefile for: linux-unace
# Date created: 29 May 2003
# Whom: fjoe@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= unace
PORTVERSION= 2.20
CATEGORIES= archivers linux
MASTER_SITES= http://ace.imptech.net/ \
http://www.shedz.com/winace/ \
http://hem.passagen.se/vanlid/winace/ \
http://w1.314.telia.com/~u31412016/dload/ \
http://www.maxeline.com/winace/
PKGNAMEPREFIX= linux-
DISTNAME= linunace22
EXTRACT_SUFX= .tgz
MAINTAINER= pav@FreeBSD.org
COMMENT= Extract, view & test ACE 2 archives
IGNORE= is ignored: Segfaults on startup
DEPRECATED= ${IGNORE}
EXPIRATION_DATE=2004-08-20
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/unace2
STRIP=
.if exists(/usr/bin/brandelf)
BRANDELF?= /usr/bin/brandelf
.else
BRANDELF?= brandelf
.endif
do-patch:
@${BRANDELF} -t Linux ${WRKSRC}/unace
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace2
.include <bsd.port.mk>