1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/flexbackup/Makefile
Chris D. Faulhaber 6794f6d690 Update MAINTAINER's email address
PR:		15433
Submitted by:	Maintainer
1999-12-22 19:20:51 +00:00

37 lines
1.0 KiB
Makefile

# New ports collection makefile for: flexbackup
# Version required: 0.9.8
# Date created: Wed Nov 3 17:58:26 MST 1999
# Whom: John Reynolds <jreynold@primenet.com>
#
# $FreeBSD$
#
DISTNAME= flexbackup-0.9.8
CATEGORIES= sysutils
MASTER_SITES= http://www.bluecherry.net/~edwinh/flexbackup/tarball/ \
http://members.home.com/flexbackup/tarball/ \
http://metalab.unc.edu/pub/linux/system/backup/
MAINTAINER= jjreynold@home.com
RUN_DEPENDS= afio:${PORTSDIR}/sysutils/afio \
buffer:${PORTSDIR}/misc/buffer
NO_BUILD = yes
USE_PERL5 = yes
post-configure:
@cp ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
@cp ${WRKSRC}/README ${WRKSRC}/flexbackup.README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/flexbackup
${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup
${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
post-install:
@cat ${PKGDIR}/MESSAGE
.include <bsd.port.mk>