freebsd-ports/print/libotf/Makefile
Yuri Victorovich 0b57df9a21 print/libotf: Update 0.9.13 -> 0.9.16
Port changes:
* Add LICENSE/LICENSE_FILE
* Add to USE_XORG
* Remove CPPFLAGS

PR:		228647
Submitted by:	thierry
Approved by:	nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days)
2018-07-02 06:27:48 +00:00

23 lines
505 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= pathfix pkgconfig libtool:keepla
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xaw xt xmu
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>