mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5588a905c7
PR: ports/70569 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
26 lines
597 B
Makefile
26 lines
597 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.2
|
|
CATEGORIES= print devel
|
|
MASTER_SITES= http://tsukuba.m17n.org/libotf/
|
|
|
|
MAINTAINER= fuyuki@hadaly.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}
|
|
|
|
MAKE_ARGS= AM_CPPFLAGS="-I${X11BASE}/include"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|