summaryrefslogtreecommitdiff
path: root/devel/gettext-m4
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-16 03:30:51 +0000
committerjlam <jlam@pkgsrc.org>2001-06-16 03:30:51 +0000
commitbe630542e0e2f8dd636d2bb3353195a8006aefb5 (patch)
tree76f789edaeadfa9d40beec1abe16b6541d6bdb1a /devel/gettext-m4
parentf28da02c28f85cc497dbef5650ec327fe30ace60 (diff)
downloadpkgsrc-be630542e0e2f8dd636d2bb3353195a8006aefb5.tar.gz
gettext-m4: autoconf/automake m4 files for GNU NLS library split out
from the gettext package
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r--devel/gettext-m4/Makefile25
-rw-r--r--devel/gettext-m4/pkg/DESCR3
-rw-r--r--devel/gettext-m4/pkg/PLIST4
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile
new file mode 100644
index 00000000000..873e648573b
--- /dev/null
+++ b/devel/gettext-m4/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/16 03:30:51 jlam Exp $
+
+DISTNAME= gettext-0.10.35
+PKGNAME= gettext-m4-0.10.35
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
+COMMENT= autoconf/automake m4 files for GNU NLS library
+
+CONFLICTS= gettext<=0.10.35nb1
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-included-gettext
+
+PATCHDIR= ${.CURDIR}/../../devel/gettext/patches
+DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo
+
+do-build:
+ ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/m4 && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
+
+do-install:
+ ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/m4 && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gettext-m4/pkg/DESCR b/devel/gettext-m4/pkg/DESCR
new file mode 100644
index 00000000000..1b8854e9eed
--- /dev/null
+++ b/devel/gettext-m4/pkg/DESCR
@@ -0,0 +1,3 @@
+GNU gettext provides the necessary tools and libraries for handling
+messages in different languages, as one of the steps to
+internationalisation (or i18n) of a utility.
diff --git a/devel/gettext-m4/pkg/PLIST b/devel/gettext-m4/pkg/PLIST
new file mode 100644
index 00000000000..11685547893
--- /dev/null
+++ b/devel/gettext-m4/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/16 03:30:51 jlam Exp $
+share/aclocal/gettext.m4
+share/aclocal/lcmessage.m4
+share/aclocal/progtest.m4