2000-02-03 05:57:35 +01:00
|
|
|
# New ports collection makefile for: smpeg
|
|
|
|
# Date created: 2 Feb 2000
|
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= smpeg
|
2001-06-26 18:24:13 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2000-02-03 05:57:35 +01:00
|
|
|
CATEGORIES= graphics
|
2000-09-22 23:33:38 +02:00
|
|
|
MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
|
|
|
|
ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
|
|
|
|
ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \
|
|
|
|
ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \
|
|
|
|
http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/
|
2000-02-03 05:57:35 +01:00
|
|
|
|
2003-01-30 18:38:24 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-02-03 05:57:35 +01:00
|
|
|
|
2003-01-02 16:06:10 +01:00
|
|
|
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
2000-02-03 05:57:35 +01:00
|
|
|
|
2000-04-25 23:31:42 +02:00
|
|
|
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
|
2000-10-05 08:36:23 +02:00
|
|
|
|
2000-02-03 05:57:35 +01:00
|
|
|
USE_GMAKE= yes
|
2002-09-03 04:46:49 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2000-12-11 10:28:57 +01:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
2000-02-03 09:06:41 +01:00
|
|
|
GLBASE="${X11BASE}" \
|
2002-07-02 14:43:46 +02:00
|
|
|
CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
CC="${CXX}" REAL_CC="${CC}"
|
2000-02-03 09:06:41 +01:00
|
|
|
|
|
|
|
#If you want to try the opengl player (which doesn't seem to work)
|
|
|
|
#comment out the following line.
|
2000-04-25 23:31:42 +02:00
|
|
|
CONFIGURE_ARGS= --disable-opengl-player \
|
|
|
|
--enable-mmx
|
2000-02-03 05:57:35 +01:00
|
|
|
|
|
|
|
MAN1= gtv.1 plaympeg.1
|
|
|
|
|
2000-12-11 10:28:57 +01:00
|
|
|
post-configure:
|
|
|
|
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
|
|
|
${WRKSRC}/libtool
|
|
|
|
|
2000-02-03 05:57:35 +01:00
|
|
|
.include <bsd.port.mk>
|