aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fpart/Makefile
blob: 1d297ad5740104186ba6102bede7e261cfc4f267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>

PORTNAME=	fpart
PORTVERSION=	1.4.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.md README.md 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>