freebsd-ports/sysutils/fpart/Makefile

32 lines
787 B
Makefile
Raw Normal View History

PORTNAME= fpart
2022-06-22 17:22:17 +02:00
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/fpart/
MAINTAINER= martymac@FreeBSD.org
2013-02-18 09:29:37 +01:00
COMMENT= Sort and pack files into partitions
WWW= https://contribs.martymac.org
2014-02-06 08:48:52 +01:00
LICENSE= BSD2CLAUSE
2013-06-25 14:10:02 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-embfts
2013-11-06 09:14:37 +01:00
PLIST_FILES= bin/fpart man/man1/fpart.1.gz
2021-09-27 12:14:35 +02:00
PORTDOCS= Changelog.md README.md TODO
OPTIONS_DEFINE= FPSYNC DOCS
2015-02-09 12:15:09 +01:00
OPTIONS_DEFAULT= FPSYNC
FPSYNC_DESC= Install fpsync tool
FPSYNC_RUN_DEPENDS= rsync:net/rsync \
sudo:security/sudo
2015-02-09 12:15:09 +01:00
FPSYNC_PLIST_FILES= bin/fpsync man/man1/fpsync.1.gz
post-install:
2013-11-06 09:14:37 +01:00
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
2012-06-15 11:55:17 +02:00
.include <bsd.port.mk>