Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / libident / Makefile
blobb9fb40c22c13f9203312f6238714f1e5881c4ced
1 # $NetBSD: Makefile,v 1.21 2008/07/14 12:56:11 joerg Exp $
4 VERSION= 0.32
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)
13 USE_LIBTOOL= yes
14 GNU_CONFIGURE= yes
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"