2546e1f947
PR: 275412 Reported by: joonas115@gmail.com
17 lines
360 B
Makefile
17 lines
360 B
Makefile
PORTNAME= sacc
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://bitreich.org/releases/sacc/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple console Gopher client
|
|
WWW= https://git.fifth.space/sacc/
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
|
|
|
PLIST_FILES= bin/sacc share/man/man1/sacc.1.gz
|
|
|
|
.include <bsd.port.mk>
|