summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commitb4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /net/ntop
parent2dceb46da5667da02f175cdab8fb327156a5ac34 (diff)
downloadpkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile34
1 files changed, 17 insertions, 17 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index a5ed53b366d..d60765eb0d6 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,28 +1,28 @@
-# $NetBSD: Makefile,v 1.7 1998/11/04 00:06:32 bad Exp $
+# $NetBSD: Makefile,v 1.8 1999/05/24 20:39:47 tv Exp $
-DISTNAME= ntop-1.0
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/
-EXTRACT_SUFX= .src.tar.gz
+DISTNAME= ntop-1.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/
+EXTRACT_SUFX= .src.tar.gz
-MAINTAINER= kim@tac.nyc.ny.us
+MAINTAINER= kim@tac.nyc.ny.us
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
-DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+BUILD_DEPENDS= autoconf:../../devel/autoconf
+DEPENDS= ncurses-1.9.9g:../../devel/ncurses
-HOMEPAGE= http://www-serra.unipi.it/~ntop/
+HOMEPAGE= http://www-serra.unipi.it/~ntop/
-NOT_FOR_ARCHS= alpha mips # elf problems WRT libcurses
+NOT_FOR_PLATFORM= *-*-{alpha,mips} # elf problems WRT libcurses
-HAS_CONFIGURE= yes
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include
-LDFLAGS+= -L${PREFIX}/lib
+CFLAGS+= -I${PREFIX}/include
+LDFLAGS+= -L${PREFIX}/lib
-CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include
-CONFIGURE_ENV+= CFLAGS=-I${PREFIX}/include
-CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib
+CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include
+CONFIGURE_ENV+= CFLAGS=-I${PREFIX}/include
+CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib
pre-configure:
(cd ${WRKSRC}; autoconf)