summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 02af3bb81c0..9c59a93e202 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.19 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2007/08/25 14:00:20 obache Exp $
#
-DISTNAME= libident-0.22
-PKGREVISION= 1
+VERSION= 0.32
+DISTNAME= libident-${VERSION}
CATEGORIES= security devel net
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
+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)
USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
-BUILD_TARGET= netbsd
-INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3
+# 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"