1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-21 20:24:34 +00:00
parent 303c70a0cb
commit bab045ed5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340653

View File

@ -10,11 +10,11 @@ MASTER_SITES= http://gltt.sourceforge.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= TrueType fonts rendering using OpenGL
LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype
LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype
USES= gmake
USE_AUTOTOOLS= libtool
USE_GL= gl glut
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
@ -26,5 +26,4 @@ CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
--with-glut-libraries=${LOCALBASE}/lib
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>