2004-05-19 11:41:21 +02:00
|
|
|
# New ports collection makefile for: libotf
|
|
|
|
# Date created: 18 May 2004
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libotf
|
2011-02-11 13:21:08 +01:00
|
|
|
PORTVERSION= 0.9.12
|
2004-05-19 11:41:21 +02:00
|
|
|
CATEGORIES= print devel
|
2010-05-03 07:55:31 +02:00
|
|
|
MASTER_SITES= http://www.m17n.org/libotf/ \
|
|
|
|
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
2004-05-19 11:41:21 +02:00
|
|
|
|
2010-02-23 20:10:24 +01:00
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
2004-05-19 11:41:21 +02:00
|
|
|
COMMENT= Library for handling OpenType fonts
|
|
|
|
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2010-05-03 07:55:31 +02:00
|
|
|
USE_XORG= x11 xt xaw xmu
|
2007-01-05 15:54:11 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2004-05-19 11:41:21 +02:00
|
|
|
|
2007-01-05 15:54:11 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2004-05-19 11:41:21 +02:00
|
|
|
.include <bsd.port.mk>
|