openbsd-ports/archivers/arc/Makefile

29 lines
636 B
Makefile
Raw Normal View History

1997-11-14 19:04:24 -05:00
# OpenBSD makefile for: arc
# Version required: 5.21e
# Date created: 06 November 1997
# Whom: ejovi
1997-11-17 13:34:18 -05:00
#
# $OpenBSD: Makefile,v 1.4 1998/04/10 01:41:39 marc Exp $
1997-11-17 13:34:18 -05:00
#
1997-11-14 19:04:24 -05:00
DISTNAME= arc521e.pl8
PKGNAME= arc-5.21e
CATEGORIES= archivers
NO_CDROM= "NOFEE: can not sell"
1997-11-14 19:04:24 -05:00
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tar.Z
1997-11-17 13:34:18 -05:00
MAINTAINER= joey@OpenBSD.ORG
1997-11-14 19:04:24 -05:00
NO_WRKSUBDIR= yes
MAN1= arc.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/arc
${INSTALL_MAN} ${WRKDIR}/Arc521.doc ${WRKDIR}/Arcinfo \
${PREFIX}/share/doc/arc
.endif
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>