freebsd-ports/sysutils/cpdup/Makefile
Alexey Dokuchaev ca7631db2d - Convert EXTRACT_SUFX to USES=tar:tgz, drop an article from the COMMENT
- Remove BROKEN on sparc64: it builds fine at least on flame.freebsd.org
- While here, reformat and improve grammar in port description text
2014-03-15 09:25:09 +00:00

26 lines
619 B
Makefile

# Created by: Matthew Dillon <dillon@backplane.com>
# $FreeBSD$
PORTNAME= cpdup
PORTVERSION= 1.17
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \
http://utenti.gufi.org/~gmarco/files/distfiles/
MAINTAINER= gmarco@gufi.org
COMMENT= Comprehensive filesystem mirroring and backup program
USES= tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -D_ST_FLAGS_PRESENT_
PLIST_FILES= bin/cpdup man/man1/cpdup.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>