2003-06-03 04:33:58 +00: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
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 2
|
2003-06-03 04:33:58 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://gltt.sourceforge.net/download/
|
|
|
|
|
2004-07-21 17:47:52 +00:00
|
|
|
MAINTAINER= ip@doom.homeunix.org
|
2003-06-03 04:33:58 +00:00
|
|
|
COMMENT= TrueType fonts rendering using OpenGL
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-08-16 16:55:57 +00:00
|
|
|
USE_MESA= yes
|
|
|
|
USE_FREETYPE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-16 16:55:57 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS="-L${X11BASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
2003-06-03 04:33:58 +00: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
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|