freebsd-ports/sysutils/cpdup/Makefile

30 lines
643 B
Makefile
Raw Normal View History

1999-10-31 17:27:20 +01:00
# New ports collection makefile for: cpdup
# Date created: 28 Oct 1999
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= cpdup
PORTVERSION= 1.12
1999-10-31 17:27:20 +01:00
CATEGORIES= sysutils
MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \
http://utenti.gufi.org/~gmarco/files/distfiles/
EXTRACT_SUFX= .tgz
1999-10-31 17:27:20 +01:00
MAINTAINER= gmarco@gufi.org
COMMENT= A comprehensive filesystem mirroring and backup program
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -D_ST_FLAGS_PRESENT_
1999-10-31 17:27:20 +01:00
MAN1= cpdup.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/cpdup
1999-10-31 17:27:20 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${PREFIX}/man/man1
1999-10-31 17:27:20 +01:00
.include <bsd.port.mk>