1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/gopher/Makefile

39 lines
987 B
Makefile
Raw Normal View History

1994-12-12 00:44:48 +00:00
# New ports collection makefile for: gopher
# Version required: 2.3
1994-12-12 00:44:48 +00:00
# Date created: 11 Dec 1994
# Whom: ats (original)
1994-12-12 00:44:48 +00:00
#
# $Id: Makefile,v 1.8 1998/07/05 23:17:09 steve Exp $
1994-12-12 00:44:48 +00:00
#
DISTNAME= gopher2_3
PKGNAME= gopher-2.3
CATEGORIES= net
MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/
1995-04-15 05:42:12 +00:00
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build
DATADIR= $(PREFIX)/gopher-data
WaisTop= $(PORTSDIR)/net/wais/work/freeWAIS-0.5
CONFIGURE_ENV= LIBS='-lcompat -lcrypt'
CONFIGURE_ARGS= --enable-datadir=$(DATADIR) --disable-debug --enable-locale
GNU_CONFIGURE= yes
MAN1= gopher.1 gophfilt.1
MAN5= gopherd.conf.5 gopherrc.5
MAN8= gopherd.8 gopherindex.8
pre-configure:
# This ones are for FreeWAIS-0.4 and >
ln -s ${WaisTop}/include $(WaisTop)/ir
ln -s ${WaisTop}/src/client/ui $(WaisTop)
ln -s ${WaisTop}/bin $(WRKSRC)
# This is the new configuration method
ln -s ${WaisTop} $(WRKSRC)/wais
pre-install:
$(MKDIR) $(DATADIR)
1994-12-12 00:44:48 +00:00
.include <bsd.port.mk>