summaryrefslogtreecommitdiffstats
path: root/net-mgmt/cfgstoragemk/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-04 06:34:57 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-04 06:34:57 +0000
commit2b1530252dd008014d572e5e1754aeaa10bfc200 (patch)
treea5541b62fdced0896662375577d6a1901d317882 /net-mgmt/cfgstoragemk/Makefile
parent5aaeea1ab04953f12e250abf9a62adf30748807b (diff)
downloadFreeBSD-ports-2b1530252dd008014d572e5e1754aeaa10bfc200.zip
FreeBSD-ports-2b1530252dd008014d572e5e1754aeaa10bfc200.tar.gz
add cfgstoragemk 1.0
MRTG configuration generator for storage monitoring via SNMP
Diffstat (limited to 'net-mgmt/cfgstoragemk/Makefile')
-rw-r--r--net-mgmt/cfgstoragemk/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-mgmt/cfgstoragemk/Makefile b/net-mgmt/cfgstoragemk/Makefile
new file mode 100644
index 0000000..8a4f7b6
--- /dev/null
+++ b/net-mgmt/cfgstoragemk/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: cfgstoragemk
+# Date created: Jul 4, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= cfgstoragemk
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= http://savannah.gnu.org/download/cfgstoragemk/
+DISTNAME= cfgstoragemaker-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= cfgstoragemaker.1
+
+post-patch:
+ @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/cfgstoragemaker
+ @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \
+ s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/cfgstoragemaker.1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud