=================================================================== RCS file: /cvs/ports/games/torcs/Makefile,v retrieving revision 1.6 retrieving revision 1.11 diff -u -r1.6 -r1.11 --- ports/games/torcs/Makefile 2010/10/26 05:40:18 1.6 +++ ports/games/torcs/Makefile 2017/12/08 11:05:30 1.11 @@ -1,43 +1,39 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:18 yason Exp $ +# $OpenBSD: Makefile,v 1.11 2017/12/08 11:05:30 kirby Exp $ COMMENT = The Open Racing Car Simulator -DISTNAME = torcs-1.3.1 +DISTNAME = torcs-1.3.6 -#SHARED_LIBS = ??? +CATEGORIES = games -CATEGORIES = games x11 - HOMEPAGE = http://torcs.sourceforge.net/ #MAINTAINER = ??? # GPLv2 PERMIT_PACKAGE_CDROM = Yes -PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes -PERMIT_DISTFILES_FTP = Yes -WANTLIB = GL GLU ICE SM X11 Xext Xi Xmu Xrandr Xrender Xt Xxf86vm \ - alut c glut m openal png pthread stdc++ z +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 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=torcs/} EXTRACT_SUFX = .tar.bz2 -BUILD_DEPENDS = ::devel/plib -LIB_DEPENDS = ::audio/freealut \ - ::graphics/freeglut \ - ::audio/openal \ - ::graphics/png +BUILD_DEPENDS = devel/plib +LIB_DEPENDS = audio/freealut \ + audio/libvorbis \ + audio/openal \ + graphics/freeglut \ + graphics/png +RUN_DEPENDS = devel/desktop-file-utils USE_GMAKE = Yes -USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS += ${CONFIGURE_SHARED} -CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" +CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread -lm -logg -lvorbis" -NO_REGRESS = Yes +NO_TEST = Yes ALL_TARGET = default INSTALL_TARGET = install datainstall @@ -51,8 +47,15 @@ post-patch: .for i in ${FILES} - perl -pi -e "s,/bin/bash,/bin/sh," \ + @perl -pi -e "s,/bin/bash,/bin/sh," \ ${WRKSRC}/${i} + @perl -pi -e "s,games\/,," \ + ${WRKSRC}/${i} .endfor + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/ + .include