1 # $NetBSD: Makefile,v 1.21 2008/07/14 12:56:11 joerg Exp $
5 DISTNAME
= libident-
${VERSION}
6 CATEGORIES
= security devel net
7 MASTER_SITES
= http
://www.remlab.net
/files
/libident
/
9 MAINTAINER
= pkgsrc-users@NetBSD.org
10 HOMEPAGE
= http
://www.remlab.net
/libident
/
11 COMMENT
= Small library to interface to the ident protocol server
(rfc1413
)
16 # Need to specify shlib version for continuousness since old 0.2x version
17 SUBST_CLASSES
+= libver
18 SUBST_STAGE.libver
= pre-configure
19 SUBST_FILES.libver
= Makefile.in
20 SUBST_SED.libver
= -e
"s/^\\(libident_la_LDFLAGS[ ]*=\\).*/\\1 -version-info ${VERSION:S/./:/}/"
22 .
include "../../mk/bsd.pkg.mk"