diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 16:29:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 16:29:03 +0000 |
commit | e87fb86467fd343b21aca3fce54324845d6f5ed2 (patch) | |
tree | 662f68e9aa90dad8a6ed74461be0fb669c0566d8 /security/libident/Makefile | |
parent | 1450cada91d9840059c15fbd20b116405d17bd96 (diff) | |
download | pkgsrc-e87fb86467fd343b21aca3fce54324845d6f5ed2.tar.gz |
Update "libident" to version 0.22 and include shared library support.
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 7 |
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> |