aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/arc/Makefile
blob: 88eeea25cf5c6e15b3733dcb0e136c6cee49d98e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>