2013-04-26 11:23:54 +02:00
|
|
|
# Created by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
|
2003-06-03 06:33:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gltt
|
|
|
|
PORTVERSION= 2.5.2
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 14
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libttf.so:print/freetype
|
2013-04-26 11:23:54 +02:00
|
|
|
|
2014-05-27 20:25:08 +02:00
|
|
|
USES= gmake libtool
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= gl glut
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2003-08-16 18:55:57 +02:00
|
|
|
CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
2003-06-03 06:33:58 +02:00
|
|
|
--with-ttf-libraries=${LOCALBASE}/lib \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
--with-gl-includes=${LOCALBASE}/include \
|
|
|
|
--with-gl-libraries=${LOCALBASE}/lib \
|
|
|
|
--with-glut-includes=${LOCALBASE}/include \
|
|
|
|
--with-glut-libraries=${LOCALBASE}/lib
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-06-03 06:33:58 +02:00
|
|
|
|
2015-06-07 16:58:40 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so
|
|
|
|
|
2007-11-21 15:56:44 +01:00
|
|
|
.include <bsd.port.mk>
|