=================================================================== RCS file: /cvs/ports/games/torcs/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ports/games/torcs/Makefile 2017/12/08 11:05:30 1.11 +++ ports/games/torcs/Makefile 2017/12/08 13:03:45 1.12 @@ -1,21 +1,23 @@ -# $OpenBSD: Makefile,v 1.11 2017/12/08 11:05:30 kirby Exp $ +# $OpenBSD: Makefile,v 1.12 2017/12/08 13:03:45 kirby Exp $ +# XXX doesn't build with MAKE_JOBS>1 + COMMENT = The Open Racing Car Simulator -DISTNAME = torcs-1.3.6 +DISTNAME = torcs-1.3.7 -CATEGORIES = games +CATEGORIES = games x11 HOMEPAGE = http://torcs.sourceforge.net/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv2 PERMIT_PACKAGE_CDROM = Yes WANTLIB += GL GLU ICE SM X11 Xext Xi Xmu Xrandr Xrender Xt Xxf86vm -WANTLIB += alut c glut m ogg openal png pthread stdc++ vorbis -WANTLIB += vorbisfile z +WANTLIB += alut c glut m ogg openal png pthread vorbis vorbisfile +WANTLIB += z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=torcs/} EXTRACT_SUFX = .tar.bz2 @@ -56,6 +58,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/ - .include