openbsd-ports/net/mrtd/Makefile

31 lines
703 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:03 espie Exp $
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
# Original from: Christopher Turan <turan@openbsd.org>
#
#
# What port/package will be created
#
DISTNAME= mrt-1.6.0a-990430-src
PKGNAME= mrtd-1.6.0a
CATEGORIES= net
NEED_VERSION= 1.305
FAKE=No
2000-10-22 10:02:46 -04:00
MAINTAINER= Christopher Turan <turan@openbsd.org>
2000-02-12 03:41:07 -05:00
LICENSE_TYPE= NONE
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:41:07 -05:00
CONFIGURE_ARGS+= --disable-ipv6 --disable-thread
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
CONFIGURE_STYLE= gnu
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/mrt-1.6.0a/src
.include <bsd.port.mk>