1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/archivers/arc/Makefile

31 lines
689 B
Makefile
Raw Normal View History

1994-12-31 18:07:46 +00:00
# New ports collection makefile for: arc
# Date created: 31 Dec 1994
# Whom: ache
#
1999-08-25 04:25:23 +00:00
# $FreeBSD$
1994-12-31 18:07:46 +00:00
#
PORTNAME= arc
2006-05-26 23:53:37 +00:00
PORTVERSION= 5.21o
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
2011-08-30 07:57:26 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Create & extract files from DOS .ARC files
PLIST_FILES= bin/arc bin/marc
PORTDOCS= Arc521.doc
MAN1= arc.1
1994-12-31 18:07:46 +00:00
do-install:
2006-08-23 04:05:08 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/arc.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${DOCSDIR}
.endif
1994-12-31 18:07:46 +00:00
.include <bsd.port.mk>