2a4fabbee2
The new upstream version now opens temporary files in a safe manner, so our local patches for this are no longer needed. Approved by: ache
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# New ports collection makefile for: arc
|
|
# Date created: 31 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arc
|
|
PORTVERSION= 5.21n
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
COMMENT= Create & extract files from DOS .ARC files
|
|
|
|
MAN1= arc.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/arc.1 ${PREFIX}/man/man1
|
|
${MKDIR} ${PREFIX}/share/doc/arc
|
|
${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${PREFIX}/share/doc/arc
|
|
|
|
.include <bsd.port.mk>
|