=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.6 retrieving revision 1.9 diff -u -r1.6 -r1.9 --- ports/games/dccnitghtmare/Makefile 2010/10/26 05:40:15 1.6 +++ ports/games/dccnitghtmare/Makefile 2011/12/20 17:16:47 1.9 @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:15 yason Exp $ +# $OpenBSD: Makefile,v 1.9 2011/12/20 17:16:47 yason Exp $ COMMENT = 3D single player RPG in a satirical post-apocalyptical world -DISTNAME = dccnitghtmare-0.6 +DISTNAME = dccnitghtmare-0.8 -CATEGORIES = games +CATEGORIES = games x11 -HOMEPAGE = http://dnt.dnteam.org +HOMEPAGE = http://dnt.dnteam.org/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv3 PERMIT_PACKAGE_CDROM = Yes @@ -19,14 +19,15 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dccnitghtmare/} EXTRACT_SUFX = .tar.bz2 -WANTLIB = GL GLU SDL SDL_image SDL_ttf c cal3d m ogg openal pthread stdc++ vorbis vorbisfile +WANTLIB += GL GLU SDL SDL_image SDL_ttf c cal3d m ogg openal pthread +WANTLIB += stdc++ vorbis vorbisfile MODULES = devel/gettext -LIB_DEPENDS = ::audio/libvorbis \ - ::audio/openal \ - ::devel/sdl-image \ - ::devel/sdl-ttf \ - ::graphics/cal3d +LIB_DEPENDS = audio/libvorbis \ + audio/openal \ + devel/sdl-image \ + devel/sdl-ttf \ + graphics/cal3d CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \