aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-02 02:41:09 +0800
committerkrion <krion@FreeBSD.org>2003-08-02 02:41:09 +0800
commitd32c291773271eaed698b2f71117df6341374d91 (patch)
tree17b739595ee80f7438809db4043f7f65b5dd6989 /devel
parentf976e7d789ea909dca6e7ff0bcf6cce39e8501dc (diff)
downloadfreebsd-ports-gnome-d32c291773271eaed698b2f71117df6341374d91.tar.gz
freebsd-ports-gnome-d32c291773271eaed698b2f71117df6341374d91.tar.zst
freebsd-ports-gnome-d32c291773271eaed698b2f71117df6341374d91.zip
- Utilize USE_SDL
PR: 55149 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/eboxy/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index f497d0ff9543..cb5603501622 100644
--- a/devel/eboxy/Makefile
+++ b/devel/eboxy/Makefile
@@ -8,6 +8,7 @@
PORTNAME= eboxy
PORTVERSION= 0.3.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.bluelightning.org/ebox/files/eboxy/
@@ -16,20 +17,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create simple GUI interfaces for entertainment PC
-BUILD_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
-LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image
-RUN_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
+LIB_DEPENDS= SDL_gui.0:${PORTSDIR}/x11-toolkits/sdl_gui
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
-USE_GNOME= libxml2
+USE_SDL= yes
+USE_GNOME= gnometarget libxml2
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
- SDL_CONFIG="${SDL_CONFIG}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-lirc
MAN1= eboxy.1