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