diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-01-05 10:22:49 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-01-05 10:22:49 +0000 |
commit | 9d1440648cbf0a2cbd1baae65cbd3a3ddfbc07c9 (patch) | |
tree | a5662259cf68b190d29c54b18d1f729a96e538c6 /games/scorched3d/Makefile | |
parent | 39b4631bf6607a772149df52b5f08bbd589a51d3 (diff) | |
download | ports-9d1440648cbf0a2cbd1baae65cbd3a3ddfbc07c9.tar.gz ports-9d1440648cbf0a2cbd1baae65cbd3a3ddfbc07c9.zip |
Notes
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile new file mode 100644 index 000000000000..86f07961349d --- /dev/null +++ b/games/scorched3d/Makefile @@ -0,0 +1,38 @@ +# +# Ports collection makefile for: scorched3d +# Date created: Jan 5, 2003 +# Whom: mdodd +# +# $FreeBSD$ + +PORTNAME= scorched3d +PORTVERSION= 0.32.0 +CATEGORIES= games +MASTER_SITES= http://users.pandora.be/redzebra/ +PKGNAMESUFFIX= devel +DISTNAME= scorched3d-${PORTVERSION} + +PATCH_SITES= ftp://ftp.jurai.net/users/winter/patches/ +PATCHFILES= scorched3d-0.32.0-FreeBSD.patch.0.gz + +MAINTAINER= mdodd@FreeBSD.org + +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config + +USE_MESA= yes +HAS_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --prefix=${PREFIX}/games +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ + SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" +MAKE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" + +pre-install: + @mkdir -p ${PREFIX}/games +post-install: + @ln -fs ${PREFIX}/games/scorched3d/scorched3d ${PREFIX}/bin/scorched3d + +.include <bsd.port.mk> |