freebsd-ports/sysutils/afio/Makefile
David E. O'Brien 0e6ea7ba2c Added some docs and examples to the package.
There was an unused file (saturn.backup) in the files/ dir.  Renamed that
and installed it as an example.
1997-01-06 09:25:06 +00:00

33 lines
921 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.2 1995/10/05 04:57:45 asami 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>