mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
32 lines
793 B
Makefile
32 lines
793 B
Makefile
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
|
|
PORTNAME= fpart
|
|
PORTVERSION= 1.3.0
|
|
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 DOCS
|
|
OPTIONS_DEFAULT= FPSYNC
|
|
FPSYNC_DESC= Install fpsync tool
|
|
FPSYNC_RUN_DEPENDS= rsync:net/rsync \
|
|
sudo: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>
|