pkgsrc-wip/gettext-runtime/Makefile.common
Jeremy C. Reed a1b02a4256 This should use iconv, so include it.
(libiconv should be smarter so it won't install or required
dependency on glibc systems.)
2004-03-10 05:46:30 +00:00

14 lines
429 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2004/03/10 05:46:30 jeremy-c-reed Exp $
GETTEXT_VERSION= 0.14.1
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
# XXX need to only depend on GNU libiconv on non-glibc systems
.include "../../converters/libiconv/buildlink3.mk"