diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-12 06:34:43 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-12 06:34:43 +0000 |
commit | 1ae89e53e392ad228091618983c6273739b2375d (patch) | |
tree | f0ad6a41560a244e65fd7ce966eeddc3aad500b4 /games | |
parent | 54c0fa2ee2316c5799faedaec24fbc23a23473ad (diff) | |
download | ports-1ae89e53e392ad228091618983c6273739b2375d.tar.gz ports-1ae89e53e392ad228091618983c6273739b2375d.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmosmash/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 363b586c2c80..d01324f5ab9b 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -8,7 +8,8 @@ PORTNAME= cosmosmash DISTVERSION= 1.4.5 CATEGORIES= games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ +MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= A clone of the Intellivision(TM) game Astrosmash(TM) @@ -18,6 +19,8 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \ mikmod:${PORTSDIR}/audio/libmikmod \ audiofile:${PORTSDIR}/audio/libaudiofile +LICENSE= GPLv2 + USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp USE_ICONV= yes |