freebsd-ports/archivers/arc/Makefile

26 lines
600 B
Makefile
Raw Normal View History

1994-12-31 19:07:46 +01:00
# New ports collection makefile for: arc
# Date created: 31 Dec 1994
# Whom: ache
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
1994-12-31 19:07:46 +01:00
#
PORTNAME= arc
2003-11-05 12:16:23 +01:00
PORTVERSION= 5.21j
CATEGORIES= archivers
2003-11-05 12:16:23 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ache@FreeBSD.org
COMMENT= Create & extract files from DOS .ARC files
MAN1= arc.1
1994-12-31 19:07:46 +01:00
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
1994-12-31 19:07:46 +01:00
.include <bsd.port.mk>