pkgsrc/security/libident/Makefile
2008-07-14 12:55:56 +00:00

24 lines
709 B
Makefile

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