summaryrefslogtreecommitdiff
path: root/net/scli/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-05-23 14:44:27 +0000
committerseb <seb@pkgsrc.org>2003-05-23 14:44:27 +0000
commit25a17865dbc76b489a1388ab1e2d4a082e7532e6 (patch)
treeeb77a2c34f2cf26f22b07f5147990360ac87083d /net/scli/Makefile
parent6dabca019c3cc5896bf68b7999864c66da62d6e7 (diff)
downloadpkgsrc-25a17865dbc76b489a1388ab1e2d4a082e7532e6.tar.gz
Initial import of scli version 0.2.12 into the NetBSD Packages Collection.
The scli package was written to address the need for small and efficient command line utilities to monitor and configure network devices and host systems. The scli package is based on the SNMP management protocol. To summarize, the slogan for this little package is: "After more than 10 years of SNMP, I felt it is time for really useful command line SNMP monitoring and configuration tools. ;-)"
Diffstat (limited to 'net/scli/Makefile')
-rw-r--r--net/scli/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile
new file mode 100644
index 00000000000..c75f1b278f1
--- /dev/null
+++ b/net/scli/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/23 14:44:27 seb Exp $
+#
+
+DISTNAME= scli-0.2.12
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/
+
+MAINTAINER= seb@netbsd.org
+HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/scli/
+COMMENT= SNMP command line interface
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+TEXINFO_REQD= 4.2 # XXX I'll revisit this
+AUTOMAKE_POST_PATTERNS+= *.info *.info-*
+
+CONFIGURE_ARGS+= --with-glib-prefix=${BUILDLINK_PREFIX.glib}
+USE_GNU_READLINE= # history_list
+BUILDLINK_DEPENDS.readline?= readline>=4.0
+
+CONFIGURE_ARGS+= --with-xml-prefix=${BUILDLINK_PREFIX.libxml2}
+
+.for _p_ in ncurses readline
+CPPFLAGS+= -I${BUILDLINK_PREFIX.${_p_}}/include
+LDFLAGS+= -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.${_p_}}/lib
+LDFLAGS+= -L${BUILDLINK_PREFIX.${_p_}}/lib
+.endfor
+
+.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"