freebsd-ports/sysutils/cpdup/Makefile
Alex Dupre 5ae212dded Update to 1.12 release.
Submitted by:	maintainer
2009-03-13 14:55:09 +00:00

29 lines
643 B
Makefile

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