freebsd-ports/sysutils/cpdup/Makefile

27 lines
619 B
Makefile
Raw Normal View History

# Created by: Matthew Dillon <dillon@backplane.com>
1999-10-31 17:27:20 +01:00
# $FreeBSD$
PORTNAME= cpdup
PORTVERSION= 1.17
PORTREVISION= 2
1999-10-31 17:27:20 +01:00
CATEGORIES= sysutils
MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \
http://utenti.gufi.org/~gmarco/files/distfiles/
1999-10-31 17:27:20 +01:00
MAINTAINER= gmarco@gufi.org
COMMENT= Comprehensive filesystem mirroring and backup program
USES= tar:tgz
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
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
.include <bsd.port.mk>