2003-06-03 06:33:58 +02:00
|
|
|
# New ports collection makefile for: gltt
|
|
|
|
# Date created: 12 Aug 2002
|
|
|
|
# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gltt
|
|
|
|
PORTVERSION= 2.5.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 5
|
2003-06-03 06:33:58 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://gltt.sourceforge.net/download/
|
|
|
|
|
2006-07-22 06:28:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-03 06:33:58 +02:00
|
|
|
COMMENT= TrueType fonts rendering using OpenGL
|
|
|
|
|
2006-01-12 13:54:32 +01:00
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-06-03 06:33:58 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-08-16 18:55:57 +02:00
|
|
|
USE_FREETYPE= yes
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-16 18:55:57 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS="-L${X11BASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
2003-06-03 06:33:58 +02:00
|
|
|
--with-ttf-libraries=${LOCALBASE}/lib \
|
|
|
|
--with-gl-includes=${X11BASE}/include \
|
|
|
|
--with-gl-libraries=${X11BASE}/lib \
|
|
|
|
--with-glut-includes=${X11BASE}/include \
|
|
|
|
--with-glut-libraries=${X11BASE}/lib
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-06-03 06:33:58 +02:00
|
|
|
|
2007-11-21 15:56:44 +01:00
|
|
|
.include <bsd.port.mk>
|