2012-11-07 09:25:42 +01:00
|
|
|
# Created by: Matthew Dillon <dillon@backplane.com>
|
1999-10-31 17:27:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= cpdup
|
2010-09-06 20:57:55 +02:00
|
|
|
PORTVERSION= 1.17
|
2012-11-07 09:25:42 +01:00
|
|
|
PORTREVISION= 2
|
1999-10-31 17:27:20 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-03-08 09:39:55 +01:00
|
|
|
MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \
|
2006-11-03 23:17:56 +01:00
|
|
|
http://utenti.gufi.org/~gmarco/files/distfiles/
|
1999-10-31 17:27:20 +01:00
|
|
|
|
2006-05-26 21:19:12 +02:00
|
|
|
MAINTAINER= gmarco@gufi.org
|
2014-03-15 10:25:09 +01:00
|
|
|
COMMENT= Comprehensive filesystem mirroring and backup program
|
|
|
|
|
|
|
|
USES= tar:tgz
|
2007-05-31 08:19:26 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
CFLAGS+= -D_ST_FLAGS_PRESENT_
|
1999-10-31 17:27:20 +01:00
|
|
|
|
2014-02-25 13:53:21 +01:00
|
|
|
PLIST_FILES= bin/cpdup man/man1/cpdup.1.gz
|
1999-10-31 17:27:20 +01:00
|
|
|
|
2007-05-31 08:19:26 +02:00
|
|
|
do-install:
|
2014-02-25 13:53:21 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
2007-05-31 08:19:26 +02:00
|
|
|
|
2014-03-15 10:25:09 +01:00
|
|
|
.include <bsd.port.mk>
|