mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cd9e033782
2: convert NOPORTDOCS to options.
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# Created by: Maciek Korzen <eaquer@ceti.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trf
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= polish finance
|
|
MASTER_SITES= http://korzen.org/soft/trf/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Billing software for traffic counting working with most Polish ISPs
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in README CHANGELOG
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|