1994-12-12 00:44:48 +00:00
|
|
|
# New ports collection makefile for: gopher
|
1998-07-05 23:17:32 +00:00
|
|
|
# Version required: 2.3
|
1994-12-12 00:44:48 +00:00
|
|
|
# Date created: 11 Dec 1994
|
1998-07-05 23:17:32 +00:00
|
|
|
# Whom: ats (original)
|
1994-12-12 00:44:48 +00:00
|
|
|
#
|
1998-07-05 23:17:32 +00:00
|
|
|
# $Id: Makefile,v 1.7 1996/11/17 01:48:15 max Exp $
|
1994-12-12 00:44:48 +00:00
|
|
|
#
|
|
|
|
|
1998-07-05 23:17:32 +00:00
|
|
|
DISTNAME= gopher2_3
|
|
|
|
PKGNAME= gopher-2.3
|
1996-11-17 01:48:15 +00:00
|
|
|
CATEGORIES= net
|
1998-07-05 23:17:32 +00:00
|
|
|
MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/
|
1995-04-15 05:42:12 +00:00
|
|
|
|
1998-07-05 23:17:32 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
DATADIR= $(PREFIX)/gopher-data
|
|
|
|
CONFIGURE_ENV= LIBS='-lcompat -lcrypt'
|
|
|
|
CONFIGURE_ARGS= --enable-datadir=$(DATADIR) --disable-debug --with-x
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= gopher.1 gophfilt.1
|
|
|
|
MAN5= gopherd.conf.5 gopherrc.5
|
|
|
|
MAN8= gopherd.8 gopherindex.8
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
$(MKDIR) $(DATADIR)
|
1994-12-12 00:44:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|