# New ports collection makefile for: gopher # Date created: 11 Dec 1994 # Whom: ats (original) # # $FreeBSD$ # PORTNAME= gopher PORTVERSION= 2.3.1 CATEGORIES= net MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ DISTNAME= gopher2_3.1 MAINTAINER= ports@FreeBSD.org FORBIDDEN= "Remote exploits" 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) .include it.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libnotify
Commit message (Expand)AuthorAgeFilesLines
* Disable tests which are looking for the gtk3.0 dependencybapt2017-04-091-0/+2
* update to 0.7.7bapt2017-04-095-149/+8
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-09an>