aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/smpeg
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-10-02 20:42:16 +0800
committerroam <roam@FreeBSD.org>2003-10-02 20:42:16 +0800
commitd7409f336fbba05793cf6b64793746d039c67e28 (patch)
tree731c8156a06141480fcd95436ffd84a83e792e76 /multimedia/smpeg
parent0c7a2f09ddf799f5f21e6208bbb9a98652155e3b (diff)
downloadfreebsd-ports-gnome-d7409f336fbba05793cf6b64793746d039c67e28.tar.gz
freebsd-ports-gnome-d7409f336fbba05793cf6b64793746d039c67e28.tar.zst
freebsd-ports-gnome-d7409f336fbba05793cf6b64793746d039c67e28.zip
Use USE_SDL.
PR: 57481 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'multimedia/smpeg')
-rw-r--r--multimedia/smpeg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
index 1786163bae48..de426c9c9aeb 100644
--- a/multimedia/smpeg/Makefile
+++ b/multimedia/smpeg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= smpeg
PORTVERSION= 0.4.4
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
@@ -17,17 +18,13 @@ MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A free MPEG1 video player library with sound support
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
-
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
-
WANT_GNOME= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
+USE_SDL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- GLBASE="${X11BASE}" \
+CONFIGURE_ENV= GLBASE="${X11BASE}" \
CPPFLAGS="-I${X11BASE}/include" \
CC="${CXX}" REAL_CC="${CC}"