1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/gopherus/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>