freebsd-ports/dns/geta/Makefile
Munechika SUMIKAWA 438a3f5420 Fix build on -current.
Submitted by:	naddy
2002-12-31 01:43:35 +00:00

24 lines
407 B
Makefile

# New ports collection makefile for: geta
# Date created: 5 Nov 2001
# Whom: sumikawa
#
# $FreeBSD$
#
PORTNAME= geta
PORTVERSION= 19990419
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
DISTNAME= pping-${PORTVERSION}
MAINTAINER= sumikawa@FreeBSD.org
WRKSRC= ${WRKDIR}/pping
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>