mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4a72f6b50f
- Take maintainership.
29 lines
656 B
Makefile
29 lines
656 B
Makefile
# New ports collection makefile for: arc
|
|
# Date created: 31 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arc
|
|
PORTVERSION= 5.21p
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Create & extract files from DOS .ARC files
|
|
|
|
PLIST_FILES= bin/arc bin/marc
|
|
PORTDOCS= Arc521.doc
|
|
MAN1= arc.1
|
|
|
|
do-install:
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|