mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
20 lines
419 B
Makefile
20 lines
419 B
Makefile
PORTNAME= gopherus
|
|
DISTVERSION= 1.2.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/gopherus/v${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Classic text interface to the gopherspace
|
|
WWW= https://gopherus.sourceforge.net/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= ncurses tar:xz uidfix
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
CFLAGS+= -I${NCURSESINC}
|
|
LDFLAGS+= -L${NCURSESLIB} ${NCURSESLIBS}
|
|
|
|
PLIST_FILES= bin/gopherus
|
|
|
|
.include <bsd.port.mk>
|