1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/www/gopherus/Makefile
Tobias Kortkamp 8ae75e7cea New port: www/gopherus
Gopherus is a free, multiplatform, console-mode gopher client that
provides a classic text interface to the gopherspace.

WWW: http://gopherus.sourceforge.net/
2020-05-09 12:20:57 +00:00

21 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= gopherus
DISTVERSION= 1.2.1
CATEGORIES= www
MASTER_SITES= SF/gopherus/v${DISTVERSION}
MAINTAINER= tobik@FreeBSD.org
COMMENT= Classic text interface to the gopherspace
LICENSE= BSD2CLAUSE
USES= ncurses tar:xz uidfix
MAKEFILE= ${FILESDIR}/Makefile
CFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${NCURSESLIB} -l${NCURSES_IMPL}
PLIST_FILES= bin/gopherus
.include <bsd.port.mk>