Prune sysutils/pcpustat
[dports.git] / sysutils / fpart / Makefile
1 # Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
2 # $FreeBSD$
3
4 PORTNAME=       fpart
5 PORTVERSION=    0.9.2
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
9                 http://contribs.martymac.org/fpart/
10
11 MAINTAINER=     martymac@FreeBSD.org
12 COMMENT=        Sort and pack files into partitions
13
14 LICENSE=        BSD2CLAUSE
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --disable-embfts
18
19 PLIST_FILES=    bin/fpart man/man1/fpart.1.gz
20 PORTDOCS=       Changelog README TODO
21
22 OPTIONS_DEFINE= FPSYNC
23 OPTIONS_DEFAULT=        FPSYNC
24 FPSYNC_DESC=    Install fpsync tool
25 FPSYNC_RUN_DEPENDS=     rsync:${PORTSDIR}/net/rsync \
26                         sudo:${PORTSDIR}/security/sudo
27 FPSYNC_PLIST_FILES=     bin/fpsync man/man1/fpsync.1.gz
28
29 post-install:
30         ${MKDIR} ${STAGEDIR}${DOCSDIR}
31         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
32
33 .include <bsd.port.mk>