blob: 6dc728a4e69e68441939cb4b23514f9020c08bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.9 2014/10/09 14:06:08 wiz Exp $
#
# used by devel/gettext/Makefile
# used by devel/gettext-asprintf/Makefile
# used by devel/gettext-lib/Makefile
# used by devel/gettext-m4/Makefile
# used by devel/gettext-tools/Makefile
DISTNAME= gettext-0.19.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
MAINTAINER?= joerg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
LICENSE= gnu-gpl-v3
CONFLICTS= gettext<=0.10.35
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
|