summaryrefslogtreecommitdiff
path: root/devel/gettext/Makefile
diff options
context:
space:
mode:
authordanw <danw>2000-06-30 17:07:35 +0000
committerdanw <danw>2000-06-30 17:07:35 +0000
commit1eb3adf07db615fdb08522df2d23c1e9ec049a36 (patch)
treed75cda6aa63ccbf1e1e911acd3818f4830bc3922 /devel/gettext/Makefile
parentb218503d0e185c2ff0e26635f85f21c665451ef5 (diff)
downloadpkgsrc-1eb3adf07db615fdb08522df2d23c1e9ec049a36.tar.gz
Add bugfixes from glibc and build a shared library version of libintl.
Bump version to 0.10.35nb1.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r--devel/gettext/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 63ce03204a0..a82d9d8ddfc 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.13 1999/10/07 17:41:48 tron Exp $
+# $NetBSD: Makefile,v 1.14 2000/06/30 17:07:35 danw Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
-DISTNAME= gettext-0.10.35
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
+DISTNAME= gettext-0.10.35
+PKGNAME= gettext-0.10.35nb1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= packages@netbsd.org
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-INFO_FILES= gettext.info
+INFO_FILES= gettext.info
.include "../../mk/bsd.prefs.mk"
@@ -19,7 +22,7 @@ INFO_FILES= gettext.info
# function in their libc
.if ${OPSYS} == "SunOS"
-PLIST_SRC= ${WRKDIR}/PLIST-src
+PLIST_SRC= ${WRKDIR}/PLIST-src
pre-install:
@${SED} -e '/^include\/libintl\.h$$/d' -e '/^lib\/libintl\.a$$/d' \