29 lines
677 B
Makefile
29 lines
677 B
Makefile
# $OpenBSD: Makefile,v 1.2 1999/02/02 19:22:11 rohee Exp $
|
|
#
|
|
# Ports collection makefile for: mtr
|
|
# Version required: 0.28
|
|
# Date created: 6 Dec 1998
|
|
# Whom: Jakob Schlyter <jakob@carlstedt.se>
|
|
# More information: http://www.bitwizard.nl/mtr/
|
|
|
|
# What port/package will be created
|
|
#
|
|
DISTNAME= mtr-0.28
|
|
CATEGORIES= net
|
|
|
|
# where to send comments about this port
|
|
#
|
|
MAINTAINER= jakob@carlstedt.se
|
|
|
|
# where the source files can be fetched
|
|
#
|
|
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
|
|
ftp://ftp.sunet.se/pub/os/FreeBSD/distfiles/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
# build/configuration variables
|
|
#
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|