aboutsummaryrefslogtreecommitdiffstats
path: root/irc/pisg
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-17 10:15:13 +0800
committerbapt <bapt@FreeBSD.org>2012-12-17 10:15:13 +0800
commit421fdbd458a94c9af983273f7ee42d99120d59d9 (patch)
tree2462f02d26b3d6c876b0b158f0a6aa557f06a219 /irc/pisg
parentb254d40ce314ab3439c8eab6f789fb254328f461 (diff)
downloadfreebsd-ports-gnome-421fdbd458a94c9af983273f7ee42d99120d59d9.tar.gz
freebsd-ports-gnome-421fdbd458a94c9af983273f7ee42d99120d59d9.tar.zst
freebsd-ports-gnome-421fdbd458a94c9af983273f7ee42d99120d59d9.zip
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer)
Diffstat (limited to 'irc/pisg')
-rw-r--r--irc/pisg/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile
index 8940365cc665..52e450439f02 100644
--- a/irc/pisg/Makefile
+++ b/irc/pisg/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pisg
-# Date created: Mon Feb 11 13:02:35 GMT 2002
-# Whom: pgl@instinct.org
-#
+# Created by: pgl@instinct.org
# $FreeBSD$
-#
PORTNAME= pisg
PORTVERSION= 0.73
@@ -16,11 +12,12 @@ COMMENT= A Perl IRC Statistics Generator
USE_PERL5= YES
NO_BUILD= YES
-OPTIONS= LOGCHARSET "Character set for logfiles" off
+OPTIONS_DEFINE= LOGCHARSET DOCS
+LOGCHARSET_DESC= Character set for logfiles
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_LOGCHARSET)
+.if ${PORT_OPTIONS:MLOGCHARSET}
RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
.endif
@@ -47,7 +44,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/modules/Pisg/Parser/Format/*.pm ${SITE_PERL}/Pisg/Parser/Format
${INSTALL_SCRIPT} ${WRKSRC}/pisg ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/pisg-doc.txt ${DOCSDIR}/pisg-doc.txt
.endif
@@ -63,4 +60,4 @@ post-install:
@${ECHO_MSG}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>