summaryrefslogtreecommitdiff
path: root/multimedia/xtheater/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 14:31:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-08 14:31:36 +0000
commitbfc87f8f4fd8ea2c88794fe6b47fd0c245442deb (patch)
tree3ebbbe33f6e516f69911431e9fac3965d50865e5 /multimedia/xtheater/Makefile
parentAdd a patch to get around the interactive intelligence built into the (diff)
add xtheater 1.0.0p1
MPEG-1 player in GTK+ capable of playing MPEG-1 format streams
Notes
Notes: svn path=/head/; revision=60859
Diffstat (limited to 'multimedia/xtheater/Makefile')
-rw-r--r--multimedia/xtheater/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile
new file mode 100644
index 000000000000..4e66a2e738cf
--- /dev/null
+++ b/multimedia/xtheater/Makefile
@@ -0,0 +1,33 @@
+# ex:ts=8
+# Ports collection makefile for: xtheater
+# Date created: Jun 7, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xtheater
+PORTVERSION= 1.0.0p1
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Xtheater-${PORTVERSION:S/p/-pre/}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
+ smpeg:${PORTSDIR}/graphics/smpeg \
+ aviplay:${PORTSDIR}/graphics/avifile
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GTK= yes
+USE_MESA= yes
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
+ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE} ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE} ${PTHREAD_LIBS}"
+USE_GMAKE= yes
+
+.include <bsd.port.mk>