54466f1464
* Updated the meaning of 'gcc-internal-format' to match GCC 4.1.
24 lines
546 B
Makefile
24 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/07/26 06:53:02 adam Exp $
|
|
|
|
DISTNAME= gettext-0.14.6
|
|
PKGNAME= gettext-asprintf-0.14.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
COMMENT= Provides a printf-like interface for C++
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/gettext-runtime
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILD_DIRS= libasprintf
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|