mirror of https://git.FreeBSD.org/ports.git
30 lines
618 B
Makefile
30 lines
618 B
Makefile
PORTNAME= libotf
|
|
DISTVERSION= 0.9.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= print devel textproc
|
|
MASTER_SITES= SAVANNAH/m17n
|
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
|
COMMENT= Library for handling OpenType fonts
|
|
WWW= https://www.nongnu.org/m17n/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
USES= autoreconf pathfix pkgconfig libtool:keepla
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= X11
|
|
OPTIONS_DEFAULT=X11
|
|
OPTIONS_SUB= yes
|
|
|
|
X11_USES= localbase xorg
|
|
X11_USE= XORG=ice,sm,x11,xaw,xt,xmu
|
|
X11_CONFIGURE_WITH= x
|
|
|
|
.include <bsd.port.mk>
|