svn commit: r369100 - head/games/gtkpool

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 23 17:35:11 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	games at 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}|' \


More information about the svn-ports-head mailing list