Date: Tue, 23 Sep 2014 17:35:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369100 - head/games/gtkpool Message-ID: <201409231735.s8NHZAMo013216@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 23 17:35:10 2014 New Revision: 369100 URL: http://svnweb.freebsd.org/changeset/ports/369100 QAT: https://qat.redports.org/buildarchive/r369100/ Log: - Switch to USES=autoreconf - Switch ot PLIST_FILES/PORTDATA - Pass maintainership to games@ Deleted: head/games/gtkpool/pkg-plist Modified: head/games/gtkpool/Makefile Modified: head/games/gtkpool/Makefile ============================================================================== --- head/games/gtkpool/Makefile Tue Sep 23 17:33:52 2014 (r369099) +++ head/games/gtkpool/Makefile Tue Sep 23 17:35:10 2014 (r369100) @@ -8,17 +8,19 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ http://www.sourcefiles.org/Games/Sports/Pool/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= 2D pool game using the GTK+ toolkit -USES= gmake perl5 pkgconfig +USES= autoreconf gmake perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build -USE_AUTOTOOLS= aclocal automake autoheader autoconf -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing +GNU_CONFIGURE= yes USE_GCC= any +PLIST_FILES= bin/gtkpool \ + share/icons/gtkpool.png +PORTDATA= * + post-patch: .for file in application.cpp options.cpp @${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231735.s8NHZAMo013216>