147fdee482
- these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
24 lines
560 B
Makefile
24 lines
560 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.4
|
|
PORTREVISION= 1
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|