pkgsrc-wip/gettext-runtime/Makefile.common
Jeremy C. Reed b76dbabf0d I forgot to update this earlier.
This is an update to version 0.14.3.

These packages are a work-in-progress, but note I have been using
these on NetBSD and Linux for over a year now.
2005-04-16 23:49:59 +00:00

15 lines
463 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2005/04/16 23:49:59 jeremy-c-reed Exp $
GETTEXT_VERSION= 0.14.3
DISTNAME= gettext-${GETTEXT_VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-csharp
# XXX need to only depend on GNU libiconv on non-glibc systems
.include "../../converters/libiconv/buildlink3.mk"