diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-10 15:13:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-10 15:13:40 +0000 |
commit | 51c65fff8cf8b2341340d899cbc60c124b67632d (patch) | |
tree | 5e9e46757ae73c32b2ee257d9f3e3ea4c4124620 /games/uhexen/Makefile | |
parent | 98efdababff039c380cd0b1598c13860dfab3c2a (diff) | |
download | ports-51c65fff8cf8b2341340d899cbc60c124b67632d.tar.gz ports-51c65fff8cf8b2341340d899cbc60c124b67632d.zip |
Notes
Diffstat (limited to 'games/uhexen/Makefile')
-rw-r--r-- | games/uhexen/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile new file mode 100644 index 000000000000..3269d4f76e26 --- /dev/null +++ b/games/uhexen/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: uhexen +# Date created: 10 February 2003 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= uhexen +PORTVERSION= 0.601 +CATEGORIES= games +MASTER_SITES= http://uhexen.sourceforge.net/ +DISTNAME= ${PORTNAME}-latest + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/uhexen ${PREFIX}/bin + ${MKDIR} ${DATADIR} + ${TOUCH} ${DATADIR}/.keep_me + +.include <bsd.port.mk> |