summaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
blob: 5f87497d05af5e9a70bbf1261888c0fad86583c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.1.1.1 2002/01/21 15:41:55 agc Exp $
#

DISTNAME=	gopher-3.0.2
CATEGORIES=	net
MASTER_SITES=	http://quux.org/give-me-gopher/

MAINTAINER=	jgoerzen@complete.org
HOMEPAGE=	gopher://quux.org/1/devel/gopher/
COMMENT=	distributed document delivery client and server

GNU_CONFIGURE=	YES
USE_GMAKE=	YES
CONFIGURE_ARGS+= --disable-auth

.include "../../mk/bsd.pkg.mk"