0f8e6d6232
* Use 1024 instead of NAME_MAX. NAME_MAX is not defined OmniOS-derived OS and MAXNAMELEN is not portable too, _POSIX_NAME_MAX is too short. Discussed with tron@. * Simplyfy my previous code to fix overrun
23 lines
618 B
Makefile
23 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/07/04 13:26:59 ryoon Exp $
|
|
|
|
DISTNAME= libotf-0.9.16
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/m17n/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://savannah.nongnu.org/projects/m17n
|
|
COMMENT= Library for handling OpenType fonts (OTF)
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libotf.pc.in
|
|
CONFIGURE_ENV+= HAVE_FREETYPE_CONFIG=yes # actually uses pkg-config now
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|