20 lines
425 B
Makefile

# $OpenBSD: Makefile,v 1.22 2019/07/12 20:49:04 sthen Exp $
COMMENT= library to interface the ident protocol server (rfc1413)
SHARED_LIBS += ident 0.0 # 0.0
DISTNAME= libident-0.32
CATEGORIES= devel net security
MASTER_SITES= http://www.remlab.net/files/libident/
REVISION= 1
HOMEPAGE= http://www.remlab.net/libident/
# Public Domain
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>