Files
ports/print/libotf/Makefile
T
Kurt Jaeger a991d863b0 print/libotf: Don't use freetype-config
- freetype-config is deprecated and shouldn't be used to detect freetype(2)
  Import patch from Archlinux to fix this issue

PR:		252112
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	nikola.lecic@anthesphoria.net (maintainer)
2021-01-01 16:33:21 +00:00

24 lines
521 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= libotf
DISTVERSION= 0.9.16
CATEGORIES= print devel textproc
MASTER_SITES= SAVANNAH/m17n
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Library for handling OpenType fonts
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2
USES= autoreconf pathfix pkgconfig libtool:keepla xorg
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xaw xt xmu
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>