diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-08 14:31:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-08 14:31:36 +0000 |
commit | bfc87f8f4fd8ea2c88794fe6b47fd0c245442deb (patch) | |
tree | 3ebbbe33f6e516f69911431e9fac3965d50865e5 /graphics/xtheater/Makefile | |
parent | 48320035775440378dcfeabae22fc6b94e94b2d3 (diff) | |
download | ports-bfc87f8f4fd8ea2c88794fe6b47fd0c245442deb.tar.gz ports-bfc87f8f4fd8ea2c88794fe6b47fd0c245442deb.zip |
Notes
Diffstat (limited to 'graphics/xtheater/Makefile')
-rw-r--r-- | graphics/xtheater/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/xtheater/Makefile b/graphics/xtheater/Makefile new file mode 100644 index 000000000000..4e66a2e738cf --- /dev/null +++ b/graphics/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> |