21 lines
439 B
Makefile
21 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/03/21 08:48:53 ajacoutot 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/
|
|
|
|
HOMEPAGE= http://www.remlab.net/libident/
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GROFF= Yes
|
|
|
|
.include <bsd.port.mk>
|