summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-23 22:24:30 +0000
committeredwin <edwin@FreeBSD.org>2004-01-23 22:24:30 +0000
commit9c03c95856f857adcc16149d384b7b10440a5d69 (patch)
tree416fd428117c8e2faa4d97e0415d228771edf1cc /x11-toolkits
parent6a590c85d56f5c88a3dfd0cd0e3dcf8076cca8fc (diff)
downloadFreeBSD-ports-9c03c95856f857adcc16149d384b7b10440a5d69.zip
FreeBSD-ports-9c03c95856f857adcc16149d384b7b10440a5d69.tar.gz
Let ports use the USE_SDL macro.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/mesgui/Makefile6
-rw-r--r--x11-toolkits/paragui-devel/Makefile4
-rw-r--r--x11-toolkits/paragui/Makefile4
-rw-r--r--x11-toolkits/sdl_gui/Makefile5
4 files changed, 5 insertions, 14 deletions
diff --git a/x11-toolkits/mesgui/Makefile b/x11-toolkits/mesgui/Makefile
index 9c04dd6..22f2388 100644
--- a/x11-toolkits/mesgui/Makefile
+++ b/x11-toolkits/mesgui/Makefile
@@ -14,11 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Make a simple GUI under OpenGL
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- freetype.9:${PORTSDIR}/print/freetype2
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+USE_SDL= sdl
USE_REINPLACE= yes
USE_GL= yes
USE_GMAKE= yes
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index cd2644d..aac5940 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -17,14 +17,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
expat.4:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
-USE_SDL= yes
+USE_SDL= sdl image ttf
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile
index cd2644d..aac5940 100644
--- a/x11-toolkits/paragui/Makefile
+++ b/x11-toolkits/paragui/Makefile
@@ -17,14 +17,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
expat.4:${PORTSDIR}/textproc/expat2
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
-USE_SDL= yes
+USE_SDL= sdl image ttf
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile
index 4d12c01..a5b6d84 100644
--- a/x11-toolkits/sdl_gui/Makefile
+++ b/x11-toolkits/sdl_gui/Makefile
@@ -16,10 +16,7 @@ DISTNAME= SDL_gui-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graphical User Interface library for SDL
-LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf
-
-USE_SDL= yes
+USE_SDL= sdl image ttf
USE_REINPLACE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
OpenPOWER on IntegriCloud