mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e90ca6b832
m17n-db-1.8.10 m17n-lib-1.8.6 drop inactive maintainer ok landry@ kirill@
15 lines
320 B
Makefile
15 lines
320 B
Makefile
COMMENT = database for multilingual text processing library
|
|
|
|
DISTNAME = m17n-db-1.8.10
|
|
GLIBC = glibc-2.41
|
|
|
|
DISTFILES.glibc=${GLIBC}${EXTRACT_SUFX}
|
|
|
|
SITES.glibc = ${SITE_GNU:=glibc/}
|
|
|
|
BUILD_DEPENDS += devel/gettext,-tools
|
|
|
|
CONFIGURE_ARGS += --with-charmaps=${WRKDIR}/${GLIBC}/localedata/charmaps
|
|
|
|
.include <bsd.port.mk>
|