mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
266130ce71
in preparation for the split in base of libtinfo and libncurses, clearly specify when the packages should link against. Note this also fixes the build with ports ncurses
19 lines
377 B
Makefile
19 lines
377 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} ${NCURSESLIBS}
|
|
|
|
PLIST_FILES= bin/gopherus
|
|
|
|
.include <bsd.port.mk>
|