diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:15:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:15:37 +0000 |
commit | 04d303cc0a9b1a83d03e592754755016da801ae1 (patch) | |
tree | b6af33ced47ed4423300b67f55f8f30754e01f81 /net/bgpq/Makefile | |
parent | 1f5897bca3ada8fc48dc84a707e77729860d420e (diff) | |
download | ports-04d303cc0a9b1a83d03e592754755016da801ae1.tar.gz ports-04d303cc0a9b1a83d03e592754755016da801ae1.zip |
Notes
Diffstat (limited to 'net/bgpq/Makefile')
-rw-r--r-- | net/bgpq/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile new file mode 100644 index 000000000000..5d103e75ff33 --- /dev/null +++ b/net/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> |