Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/gltron/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 22 Aug 2009 00:22:12 -0000 1.40 +++ Makefile 22 Feb 2010 21:27:34 -0000 @@ -7,7 +7,7 @@ PORTNAME= gltron PORTVERSION= 0.70 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} EXTRACT_SUFX= -source.tar.gz @@ -27,6 +27,17 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +OPTIONS= SDL_NET "With network support" off + +DESKTOP_ENTRIES= "GLtron" \ + "3D lightcycle game" \ + "${DATADIR}/art/default/gltron.png" \ + "gltron" \ + "Game;ArcadeGame;" \ + false + +.include + .if defined(WITH_SDL_NET) USE_SDL+= net CONFIGURE_ARGS+= --enable-network