diff options
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile new file mode 100644 index 000000000000..1d9beb66f9cd --- /dev/null +++ b/net/mtr/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mtr +# Version required: 0.21 +# Date created: 12 August 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= mtr-0.21 +CATEGORIES= net +MASTER_SITES= http://www.mkimball.org/ + +MAINTAINER= billf@chc-chimes.com + +LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk + +FETCH_BEFORE_ARGS= -b +USE_AUTOCONF= hellyeah +USE_X11= youbet + +MAN8= mtr.8 + +.include <bsd.port.mk> |