summaryrefslogtreecommitdiff
path: root/devel/gettext-asprintf/Makefile
blob: c5cf6ad5385a6c7c9d4ed8561cd7174bd4aef9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.10 2013/01/31 21:45:04 adam Exp $

.include "../../devel/gettext/Makefile.common"

PKGNAME=	${DISTNAME:S/-/-asprintf-/}
COMMENT=	Provides a printf-like interface for C++

DISTINFO_FILE=	${.CURDIR}/../../devel/gettext/distinfo
PATCHDIR=	${.CURDIR}/../../devel/gettext/patches

CONFIGURE_DIRS=		gettext-runtime
BUILD_DIRS=		gettext-runtime/libasprintf

USE_LANGUAGES=		c c++
INFO_FILES=		yes

.include "../../mk/bsd.pkg.mk"