1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/arc/Makefile

27 lines
667 B
Makefile
Raw Normal View History

1994-12-31 18:07:46 +00:00
# New ports collection makefile for: arc
# Version required: 5.21e
# Date created: 31 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp $
1994-12-31 18:07:46 +00:00
#
1994-12-31 18:07:46 +00:00
DISTNAME= arc521e.pl8
PKGNAME= arc-5.21e
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
1994-12-31 18:07:46 +00:00
NO_WRKSUBDIR= yes
MAN1= arc.1
1994-12-31 18:07:46 +00: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 18:07:46 +00:00
.include <bsd.port.mk>