diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-16 05:00:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-16 05:00:48 +0800 |
commit | 0f6c1baa5fe52ef468021089495b7f99bb166824 (patch) | |
tree | 94bf48372afc339f6c3817aeba3ce540deac4a28 /net | |
parent | 032d2d71e2cede95f131c24415c3ef0c2f59d44f (diff) | |
download | freebsd-ports-gnome-0f6c1baa5fe52ef468021089495b7f99bb166824.tar.gz freebsd-ports-gnome-0f6c1baa5fe52ef468021089495b7f99bb166824.tar.zst freebsd-ports-gnome-0f6c1baa5fe52ef468021089495b7f99bb166824.zip |
- Add mtr-nox11 0.80 which is an x11-disabled slave port of net/mtr
Suggested by: dougb (via IRC)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/mtr-nox11/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 668dc600fe20..c905c5a8bc42 100644 --- a/net/Makefile +++ b/net/Makefile @@ -396,6 +396,7 @@ SUBDIR += msend SUBDIR += msntp SUBDIR += mtr + SUBDIR += mtr-nox11 SUBDIR += mudix SUBDIR += nakenchat SUBDIR += nam diff --git a/net/mtr-nox11/Makefile b/net/mtr-nox11/Makefile new file mode 100644 index 000000000000..d2eb036ef777 --- /dev/null +++ b/net/mtr-nox11/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: mtr-nox11 +# Date created: 2011-01-16 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mtr +PORTREVISION= 2 + +MAINTAINER= sunpoet@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../mtr + +WITHOUT_X11= yes + +.include "${MASTERDIR}/Makefile" |