diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-23 17:35:10 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-23 17:35:10 +0000 |
commit | efdaa36810ebc3f98de980f772905f4723ae88af (patch) | |
tree | 891226e932bcb58c3a9f4cb30d82279f309d732b | |
parent | 009993592975f6eca36729bc074d99daa1c4d228 (diff) | |
download | FreeBSD-ports-efdaa36810ebc3f98de980f772905f4723ae88af.zip FreeBSD-ports-efdaa36810ebc3f98de980f772905f4723ae88af.tar.gz |
- Switch to USES=autoreconf
- Switch ot PLIST_FILES/PORTDATA
- Pass maintainership to games@
-rw-r--r-- | games/gtkpool/Makefile | 12 | ||||
-rw-r--r-- | games/gtkpool/pkg-plist | 46 |
2 files changed, 7 insertions, 51 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index a883a84..0af2940 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -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}|' \ diff --git a/games/gtkpool/pkg-plist b/games/gtkpool/pkg-plist deleted file mode 100644 index a253ae9..0000000 --- a/games/gtkpool/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -bin/gtkpool -%%DATADIR%%/ball_10_lg.xpm -%%DATADIR%%/ball_10_sm.xpm -%%DATADIR%%/ball_11_lg.xpm -%%DATADIR%%/ball_11_sm.xpm -%%DATADIR%%/ball_12_lg.xpm -%%DATADIR%%/ball_12_sm.xpm -%%DATADIR%%/ball_13_lg.xpm -%%DATADIR%%/ball_13_sm.xpm -%%DATADIR%%/ball_14_lg.xpm -%%DATADIR%%/ball_14_sm.xpm -%%DATADIR%%/ball_15_lg.xpm -%%DATADIR%%/ball_15_sm.xpm -%%DATADIR%%/ball_1_lg.xpm -%%DATADIR%%/ball_1_sm.xpm -%%DATADIR%%/ball_2_lg.xpm -%%DATADIR%%/ball_2_sm.xpm -%%DATADIR%%/ball_3_lg.xpm -%%DATADIR%%/ball_3_sm.xpm -%%DATADIR%%/ball_4_lg.xpm -%%DATADIR%%/ball_4_sm.xpm -%%DATADIR%%/ball_5_lg.xpm -%%DATADIR%%/ball_5_sm.xpm -%%DATADIR%%/ball_6_lg.xpm -%%DATADIR%%/ball_6_sm.xpm -%%DATADIR%%/ball_7_lg.xpm -%%DATADIR%%/ball_7_sm.xpm -%%DATADIR%%/ball_8_lg.xpm -%%DATADIR%%/ball_8_sm.xpm -%%DATADIR%%/ball_9_lg.xpm -%%DATADIR%%/ball_9_sm.xpm -%%DATADIR%%/ball_cue_lg.xpm -%%DATADIR%%/ball_cue_sm.xpm -%%DATADIR%%/ball_drop.raw -%%DATADIR%%/ball_hit.raw -%%DATADIR%%/bllq-icon.xpm -%%DATADIR%%/blpl-icon.xpm -%%DATADIR%%/mabl-icon.xpm -%%DATADIR%%/maho-icon.xpm -%%DATADIR%%/pool_table_black-laquer.xpm -%%DATADIR%%/pool_table_black-pearl.xpm -%%DATADIR%%/pool_table_mahogany.xpm -%%DATADIR%%/pool_table_maple-burl.xpm -share/icons/gtkpool.png -@dirrmtry share/icons -@dirrm %%DATADIR%% |