freebsd-ports/print/libotf/Makefile
Florent Thoumie 744d7fcd02 - Update to 0.9.3.
- Update MASTER_SITES.
- Update WWW line in pkg-descr.

PR:		ports/78317
Submitted by:	Ports Fury
Approved by:	pav (mentor)
2005-03-03 00:09:35 +00:00

23 lines
547 B
Makefile

# New ports collection makefile for: libotf
# Date created: 18 May 2004
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= libotf
PORTVERSION= 0.9.3
CATEGORIES= print devel
MASTER_SITES= http://www.m17n.org/libotf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for handling OpenType fonts
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_XLIB= yes
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>