1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/archivers/linux-unace/Makefile
Andrew Pantyukhin c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00

35 lines
807 B
Makefile

# New ports collection makefile for: linunace
# Date created: 9 November 2005
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= unace
PORTVERSION= 2.5
PORTEPOCH= 1
CATEGORIES= archivers linux
MASTER_SITES= http://www.winace.com/files/ CSME
PKGNAMEPREFIX= linux-
DISTNAME= lin${PORTNAME}${PORTVERSION:S/.//}
EXTRACT_SUFX= .tgz
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Extract, view & test ACE archives
NO_PACKAGE= Distribution is permitted within the original package only
NO_BUILD= yes
PLIST_FILES= bin/linunace
PORTDOCS= licence
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/unace ${PREFIX}/bin/linunace
${BRANDELF} -t Linux ${PREFIX}/bin/linunace
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/licence ${DOCSDIR}
.endif
.include <bsd.port.mk>