freebsd-ports/archivers/linux-unace/Makefile
Sergey A. Osokin b432e3d988 Update one distsite with changed layout,
and remove another, which is dead now.

PR:		53023
Approved by:	fjoe (mentor)
2003-06-08 20:02:54 +00:00

41 lines
816 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://ace.edskes.com/winace/ \
http://www.maxeline.com/winace/
PKGNAMEPREFIX= linux-
DISTNAME= linunace22
EXTRACT_SUFX= .tgz
MAINTAINER= pav@oook.cz
COMMENT= Extract, view & test ACE 2 archives
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
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>