mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libotf
|
|
PORTVERSION= 0.9.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= print devel textproc
|
|
MASTER_SITES= SAVANNAH/m17n
|
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
|
COMMENT= Library for handling OpenType fonts
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
USES= pathfix pkgconfig libtool:keepla
|
|
USE_XORG= x11 xt xaw xmu
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|