aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:15:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:15:37 +0000
commit04d303cc0a9b1a83d03e592754755016da801ae1 (patch)
treeb6af33ced47ed4423300b67f55f8f30754e01f81 /net-mgmt/bgpq/Makefile
parent1f5897bca3ada8fc48dc84a707e77729860d420e (diff)
downloadports-04d303cc0a9b1a83d03e592754755016da801ae1.tar.gz
ports-04d303cc0a9b1a83d03e592754755016da801ae1.zip
Notes
Diffstat (limited to 'net-mgmt/bgpq/Makefile')
-rw-r--r--net-mgmt/bgpq/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
new file mode 100644
index 000000000000..5d103e75ff33
--- /dev/null
+++ b/net-mgmt/bgpq/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: bgpq
+# Date created: 21 Jan 2002
+# Whom: Alexandre Snarskii <snar@paranoia.ru>
+#
+# $FreeBSD$
+
+PORTNAME= bgpq
+PORTVERSION= 1.0.7.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
+
+MAINTAINER= snar@paranoia.ru
+
+MAN8= bgpq.8
+
+HAS_CONFIGURE= yes
+
+post-install:
+ strip ${PREFIX}/bin/bgpq
+
+.include <bsd.port.mk>