1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/gopherus/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
380 B
Makefile

PORTNAME= gopherus
DISTVERSION= 1.2.1
CATEGORIES= www
MASTER_SITES= SF/gopherus/v${DISTVERSION}
MAINTAINER= ports@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>