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