Prune sysutils/pcpustat
[dports.git] / sysutils / cpdup / Makefile
1 # Created by: Matthew Dillon <dillon@backplane.com>
2 # $FreeBSD$
3
4 PORTNAME=       cpdup
5 PORTVERSION=    1.17
6 PORTREVISION=   2
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://apollo.backplane.com/FreeSrc/ \
9                 http://utenti.gufi.org/~gmarco/files/distfiles/
10
11 MAINTAINER=     gmarco@gufi.org
12 COMMENT=        Comprehensive filesystem mirroring and backup program
13
14 USES=           tar:tgz
15
16 WRKSRC=         ${WRKDIR}/${PORTNAME}
17
18 CFLAGS+=        -D_ST_FLAGS_PRESENT_
19
20 PLIST_FILES=    bin/cpdup man/man1/cpdup.1.gz
21
22 do-install:
23         ${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
24         ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
25
26 .include <bsd.port.mk>