1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/sysutils/afio/Makefile
Bill Fenner 8ad7019d8a The "Backup" directory is now named "backup".
Found by:	distfile checker
1997-04-01 22:09:19 +00:00

34 lines
922 B
Makefile

# New ports collection makefile for: afio
# Version required: 2.4.1
# Date created: 4 October 1995
# Whom: Juergen Lock <nox@jelal.hb.north.de>
#
# $Id: Makefile,v 1.5 1997/01/06 09:24:57 obrien Exp $
#
DISTNAME= afio.2.4.2
PKGNAME= afio-2.4.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/backup
EXTRACT_SUFX= .tgz
MAINTAINER= nox@jelal.hb.north.de
ALL_TARGET= afio
MAN1= afio.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/afio
@(cd ${WRKSRC} ; \
${INSTALL_MAN} README SCRIPTS ${PREFIX}/share/doc/afio)
@${MKDIR} ${PREFIX}/share/example/afio
@${INSTALL_SCRIPT} ${FILESDIR}/afiodump.example ${PREFIX}/share/example/afio
@${INSTALL_SCRIPT} ${WRKSRC}/script1/DONTDUMP ${PREFIX}/share/example/afio
@${INSTALL_SCRIPT} ${WRKSRC}/script2/* ${PREFIX}/share/example/afio
.endif
.include <bsd.port.mk>