summaryrefslogtreecommitdiff
path: root/print/libotf/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-05 14:54:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-05 14:54:11 +0000
commitccfea083ca5461085249dccd564fb6ec1fcffa3f (patch)
treedca9ab966e1e66dde5779685a63ff861172ec186 /print/libotf/Makefile
parent- Update to 1.2.3 (diff)
- Update to 0.9.5
- Pass maintainership to submitter PR: ports/107554 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Notes
Notes: svn path=/head/; revision=181520
Diffstat (limited to 'print/libotf/Makefile')
-rw-r--r--print/libotf/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/print/libotf/Makefile b/print/libotf/Makefile
index 4e6b8d025626..d2649f69c487 100644
--- a/print/libotf/Makefile
+++ b/print/libotf/Makefile
@@ -6,19 +6,23 @@
#
PORTNAME= libotf
-PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTVERSION= 0.9.5
CATEGORIES= print devel
MASTER_SITES= http://www.m17n.org/libotf/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= araujo@bsdmail.org
COMMENT= Library for handling OpenType fonts
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+USE_GNOME= pkgconfig
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>