2012-10-23 20:16:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2012/10/23 18:16:33 asau Exp $
|
2002-10-22 13:44:58 +02:00
|
|
|
#
|
1999-03-12 16:48:45 +01:00
|
|
|
|
2007-08-25 16:00:20 +02:00
|
|
|
VERSION= 0.32
|
|
|
|
DISTNAME= libident-${VERSION}
|
1999-03-12 16:59:17 +01:00
|
|
|
CATEGORIES= security devel net
|
2007-08-25 16:00:20 +02:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/libident/
|
1999-03-12 16:48:45 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-08-25 16:00:20 +02:00
|
|
|
HOMEPAGE= http://www.remlab.net/libident/
|
2001-02-17 18:42:09 +01:00
|
|
|
COMMENT= Small library to interface to the ident protocol server (rfc1413)
|
1999-03-12 16:48:45 +01:00
|
|
|
|
2005-09-28 22:52:18 +02:00
|
|
|
USE_LIBTOOL= yes
|
2007-08-25 16:00:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-03-12 17:29:03 +01:00
|
|
|
|
2007-08-25 16:00:20 +02:00
|
|
|
# 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/./:/}/"
|
1999-03-12 16:48:45 +01:00
|
|
|
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|