mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Support CFLAGS/CXXFLAGS properly
- Do not install useless .la file PR: 55623 Submitted by: Ports Fury
This commit is contained in:
parent
e1e0fcca3e
commit
2249e260d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87076
@ -7,28 +7,27 @@
|
||||
|
||||
PORTNAME= gltt
|
||||
PORTVERSION= 2.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://gltt.sourceforge.net/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= TrueType fonts rendering using OpenGL
|
||||
|
||||
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_MESA= yes
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--x-includes=${X11BASE}/include \
|
||||
--x-libraries=${X11BASE}/lib \
|
||||
--with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
||||
USE_MESA= yes
|
||||
USE_FREETYPE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LIBS="-L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \
|
||||
--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
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
graphics/gltt/files/patch-configure
Normal file
10
graphics/gltt/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Sat Dec 1 05:06:23 2001
|
||||
+++ configure Sat Aug 16 19:39:23 2003
|
||||
@@ -6467,6 +6467,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -18,7 +18,6 @@ include/gltt/GLTTPixmapFont.h
|
||||
include/gltt/GLTTboolean.h
|
||||
include/gltt/GLTTminmax.h
|
||||
lib/libgltt.a
|
||||
lib/libgltt.la
|
||||
lib/libgltt.so
|
||||
lib/libgltt.so.0
|
||||
@dirrm include/gltt
|
||||
|
Loading…
Reference in New Issue
Block a user