diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 22:06:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 22:06:10 +0000 |
commit | 3db1780a578830a0b637127d818f3d288a7c642e (patch) | |
tree | 08d822a536cc858efc8a566199d5534f83aee89e /games/vamos/Makefile | |
parent | 58e2fee9f636824b9d8f3346e1ebad074e4178d5 (diff) |
- Switch to USES=libtool, drop .la files
- Pass maintainership to games@
Notes
Notes:
svn path=/head/; revision=360288
Diffstat (limited to 'games/vamos/Makefile')
-rw-r--r-- | games/vamos/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 12a59e5de40d..e479678ef281 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -3,14 +3,14 @@ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Automotive simulation framework LICENSE= GPLv2 @@ -18,11 +18,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libpng15.so:${PORTSDIR}/graphics/png -USES= openal:al,alut pkgconfig +USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu USE_GL= glut USE_SDL= sdl -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes |