summaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
blob: 26514f378b4afe9a0d316c2b0ea7922f5abb94ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2003/07/21 17:10:43 martti Exp $
#

DISTNAME=	gopher-3.0.5
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"