aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fpart/Makefile
blob: 4e250c8480d4db812eb9d9176805bc9b0f6e32e3 (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>
# $FreeBSD$

PORTNAME=   fpart
PORTVERSION=    0.6
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
        http://contribs.martymac.org/fpart/
EXTRACT_SUFX=   .tgz

MAINTAINER= martymac@FreeBSD.org
COMMENT=    Sort files and divide them into partitions

LICENSE=    BSD

MANCOMPRESSED=  yes
MAN1=       fpart.1
PLIST_FILES=    bin/fpart
PORTDOCS=   Changelog README TODO

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>