mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
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>
|