blob: a1bf214f0323651e7837540f0635fca9f6572087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2003/06/30 10:20:14 wiz 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"
|