diff options
author | itojun <itojun@pkgsrc.org> | 2003-07-15 12:15:01 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2003-07-15 12:15:01 +0000 |
commit | 08ddf80e7e5f27eaedfd8df4d8dd317d5e501517 (patch) | |
tree | d9a0c1fd91341316da76bc44330c22af619f9b4b /net/xorp/Makefile | |
parent | 930d6ff3aaff664eb4154f35a73af8e8df72ee5c (diff) | |
download | pkgsrc-08ddf80e7e5f27eaedfd8df4d8dd317d5e501517.tar.gz |
xorp, extensible open router platform
Diffstat (limited to 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile new file mode 100644 index 00000000000..13bfd9de95c --- /dev/null +++ b/net/xorp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/15 12:15:01 itojun Exp $ +# + +DISTNAME= xorp-0.3 +CATEGORIES= FILLTHISINPLEASE +MASTER_SITES= http://www.xorp.org/release-0.3/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.xorp.org/ +COMMENT= Open router software platform + +# cli/libtecla/configure.in bombs if ncurses is installed +CONFLICTS+= ncurses-[0-9]* + +HAS_CONFIGURE= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} + +.include "../../mk/bsd.pkg.mk" |