mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d9aa7a8cbf
- Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports
30 lines
795 B
Makefile
30 lines
795 B
Makefile
# Created by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gltt
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 12
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://gltt.sourceforge.net/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= TrueType fonts rendering using OpenGL
|
|
|
|
LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype
|
|
|
|
USES= gmake libtool
|
|
USE_GL= gl glut
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
|
--with-ttf-libraries=${LOCALBASE}/lib \
|
|
--with-gl-includes=${LOCALBASE}/include \
|
|
--with-gl-libraries=${LOCALBASE}/lib \
|
|
--with-glut-includes=${LOCALBASE}/include \
|
|
--with-glut-libraries=${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|