1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/cpdup/Makefile
Martin Matuska aa66cc641f - Update to 1.09
PR:		ports/127630
Submitted by:	mm
Approved by:	Gianmarco Giovannelli <gmarco@gufi.org> (maintainer)
2008-09-26 08:34:46 +00:00

29 lines
629 B
Makefile

# New ports collection makefile for: cpdup
# Date created: 28 Oct 1999
# Whom: dillon
#
# $FreeBSD$
#
PORTNAME= cpdup
PORTVERSION= 1.09
CATEGORIES= sysutils
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/ \
http://utenti.gufi.org/~gmarco/files/distfiles/
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>