openbsd-ports/net/mrtd/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

31 lines
703 B
Makefile

# $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
MAINTAINER= Christopher Turan <turan@openbsd.org>
LICENSE_TYPE= NONE
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS+= --disable-ipv6 --disable-thread
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/mrt-1.6.0a/src
.include <bsd.port.mk>