openbsd-ports/net/si/Makefile

21 lines
360 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2019/07/12 21:07:46 sthen Exp $
COMMENT = minimalistic SILC client
DISTNAME = si-0.3
REVISION = 1
CATEGORIES = net
# GPLv2/MIT
PERMIT_PACKAGE = Yes
MASTER_SITES = http://dokucode.de/files/
2016-09-13 16:12:14 +00:00
WANTLIB = c iconv pthread silc silcclient
LIB_DEPENDS = converters/libiconv \
devel/silc-toolkit
2013-03-11 11:35:43 +00:00
NO_TEST = Yes
.include <bsd.port.mk>