openbsd-ports/net/mtr/Makefile

22 lines
415 B
Makefile
Raw Normal View History

1999-03-28 08:56:58 -05:00
# $OpenBSD: Makefile,v 1.3 1999/03/28 13:56:58 jakob Exp $
1999-01-27 15:49:32 -05:00
# What port/package will be created
#
1999-03-28 08:56:58 -05:00
DISTNAME= mtr-0.33
1999-01-27 15:49:32 -05:00
CATEGORIES= net
# where to send comments about this port
#
1999-03-28 08:56:58 -05:00
MAINTAINER= jakob@crt.se
1999-01-27 15:49:32 -05:00
# where the source files can be fetched
#
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
1999-03-28 08:56:58 -05:00
ftp://ftp.lysator.liu.se/mirror/unix/mtr/
1999-01-27 15:49:32 -05:00
# build/configuration variables
#
GNU_CONFIGURE= yes
.include <bsd.port.mk>