svn commit: r312775 - in head/games: . qtads qtads/files
Max Brazhnikov
makc at issp.ac.ru
Fri Feb 22 16:26:24 UTC 2013
Hi,
On Fri, 22 Feb 2013 16:03:46 +0000Fri Feb 22 16:03:46 2013 Pawel Pekala wrote:
> Added: head/games/qtads/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/games/qtads/Makefile Fri Feb 22 16:03:46 2013 (r312775)
> @@ -0,0 +1,28 @@
> +# Created by: Kai Wang <kaiwang27 at gmail.com>
> +# $FreeBSD$
> +
> +PORTNAME= qtads
> +PORTVERSION= 2.1.6
> +CATEGORIES= games
> +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION}
> +
> +MAINTAINER= kaiwang27 at gmail.com
> +COMMENT= Cross-platform multimedia interpreter for TADS games
> +
> +LICENSE= GPLv2
> +
> +USE_BZIP2= yes
> +USE_GMAKE= yes
USE_GMAKE is not necessary for qmake based ports.
> +USE_QT4= gui moc_build network qmake_build rcc_build uic_build
> +USE_SDL= sdl mixer sound
> +MAKE_JOBS_SAFE= yes
> +
> +PLIST_FILES= bin/qtads
> +
> +do-configure:
> + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}
QMAKE_ARGS is not defined anywhere right now, but it make sense to replace it
with QMAKEFLAGS.
Cheers,
Max
More information about the svn-ports-head
mailing list