=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.8 diff -u -r1.1.1.1 -r1.8 --- ports/games/dccnitghtmare/Makefile 2010/06/15 06:27:13 1.1.1.1 +++ ports/games/dccnitghtmare/Makefile 2011/03/04 04:33:30 1.8 @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/06/15 05:27:13 yason Exp $ +# $OpenBSD: Makefile,v 1.8 2011/03/04 04:33:30 yason Exp $ COMMENT = 3D single player RPG in a satirical post-apocalyptical world -DISTNAME = dccnitghtmare-0.5.1 +DISTNAME = dccnitghtmare-0.7 CATEGORIES = games -#HOMEPAGE = ??? URL +HOMEPAGE = http://dnt.dnteam.org -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv3 PERMIT_PACKAGE_CDROM = Yes @@ -19,20 +19,18 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dccnitghtmare/} EXTRACT_SUFX = .tar.bz2 -WANTLIB = GL GLU SDL c m ogg pthread stdc++ +WANTLIB = GL GLU SDL SDL_image SDL_ttf c cal3d m ogg openal pthread stdc++ vorbis vorbisfile MODULES = devel/gettext -LIB_DEPENDS = vorbis,vorbisfile::audio/libvorbis \ - openal::audio/openal \ - SDL_image::devel/sdl-image \ - SDL_ttf::devel/sdl-ttf \ - cal3d::graphics/cal3d +LIB_DEPENDS = audio/libvorbis \ + audio/openal \ + devel/sdl-image \ + devel/sdl-ttf \ + graphics/cal3d -USE_X11 = Yes -USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib -liconv -lintl" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -lintl" NO_REGRESS = Yes