diff options
author | cvs <cvs@pkgsrc.org> | 2007-03-23 19:00:19 +0000 |
---|---|---|
committer | cvs <cvs@pkgsrc.org> | 2007-03-23 19:00:19 +0000 |
commit | da1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch) | |
tree | 8c7c348db30abadfdc6b77822405d9ffe7b79103 /net/scli/Makefile | |
parent | da5bb3f20f33565c1db65018aabd8cf59023cfef (diff) | |
download | pkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz |
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'net/scli/Makefile')
-rw-r--r-- | net/scli/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile deleted file mode 100644 index ef74ce99bf3..00000000000 --- a/net/scli/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2006/04/06 06:22:34 reed Exp $ -# - -DISTNAME= scli-0.2.12 -PKGREVISION= 6 -CATEGORIES= net -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/scli/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/scli/ -COMMENT= SNMP command line interface - -GNU_CONFIGURE= yes - -USE_GNU_READLINE= # history_list -BUILDLINK_API_DEPENDS.readline+= readline>=4.0 - -INFO_FILES= # PLIST - -.include "../../devel/readline/buildlink3.mk" -.include "../../devel/glib/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |