summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-03-12 16:29:03 +0000
committertron <tron>1999-03-12 16:29:03 +0000
commit0cbe79d1ea9f1914464a3067a6f3c22fa2e470dc (patch)
tree662f68e9aa90dad8a6ed74461be0fb669c0566d8 /security/libident/Makefile
parent645295875af4a9edb46640676b6ac7a8b4fab5fb (diff)
downloadpkgsrc-0cbe79d1ea9f1914464a3067a6f3c22fa2e470dc.tar.gz
Update "libident" to version 0.22 and include shared library support.
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 95966795205..ca5255fd37e 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile,v 1.3 1999/03/12 15:59:17 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/03/12 16:29:03 tron Exp $
# FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp
-DISTNAME= libident-0.21
+DISTNAME= libident-0.22
CATEGORIES= security devel net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= packages@netbsd.org
+USE_LIBTOOL= yes
+
ALL_TARGET= netbsd
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
.include <../../mk/bsd.pkg.mk>