mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
a5dba8e75c
- Fixed otfdump crashes with some fonts, patches from Kenichi Handa <handa@m17n.org>. PR: ports/154675 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
30 lines
743 B
Makefile
30 lines
743 B
Makefile
# New ports collection makefile for: libotf
|
|
# Date created: 18 May 2004
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libotf
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= print devel
|
|
MASTER_SITES= http://www.m17n.org/libotf/ \
|
|
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
|
COMMENT= Library for handling OpenType fonts
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_XORG= x11 xt xaw xmu
|
|
USE_GNOME= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|