8131ceb3ab
PR: 228280
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# Created by: Stefan Hagen <sh@codevoid.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sacc
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://bitreich.org/releases/sacc/
|
|
|
|
MAINTAINER= sh@codevoid.de
|
|
COMMENT= Simple console Gopher client
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
|
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/sacc share/man/man1/sacc.1.gz
|
|
|
|
.include <bsd.port.mk>
|