diff options
author | jlam <jlam> | 2001-06-16 03:30:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-16 03:30:51 +0000 |
commit | f3c7868f5b08ece67a378c9715522ff8970aef45 (patch) | |
tree | 76f789edaeadfa9d40beec1abe16b6541d6bdb1a /devel/gettext-m4 | |
parent | 836f4e2accba5d93f7965af1724d79c069c4dafa (diff) | |
download | pkgsrc-f3c7868f5b08ece67a378c9715522ff8970aef45.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/Makefile | 25 | ||||
-rw-r--r-- | devel/gettext-m4/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/gettext-m4/pkg/PLIST | 4 |
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 |