mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
8ae75e7cea
Gopherus is a free, multiplatform, console-mode gopher client that provides a classic text interface to the gopherspace. WWW: http://gopherus.sourceforge.net/
21 lines
393 B
Makefile
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>
|