1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/fpart/Makefile
Ganael LAPLANCHE 011308b519 - Update to 0.3
- Remove BROKEN flag for 7.x

Feature safe:	yes
2011-12-07 07:48:43 +00:00

36 lines
721 B
Makefile

# New ports collection makefile for: fpart
# Date created: 24 Nov 2011
# Whom: Ganael Laplanche <ganael.laplanche@martymac.org>
#
# $FreeBSD$
#
PORTNAME= fpart
PORTVERSION= 0.3
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.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>