freebsd-ports/sysutils/fpart/Makefile
2015-02-20 19:57:49 +00:00

33 lines
840 B
Makefile

# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
PORTNAME= fpart
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/fpart/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Sort and pack files into partitions
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-embfts
PLIST_FILES= bin/fpart man/man1/fpart.1.gz
PORTDOCS= Changelog README TODO
OPTIONS_DEFINE= FPSYNC
OPTIONS_DEFAULT= FPSYNC
FPSYNC_DESC= Install fpsync tool
FPSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
sudo:${PORTSDIR}/security/sudo
FPSYNC_PLIST_FILES= bin/fpsync man/man1/fpsync.1.gz
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>