lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
30 lines
659 B
Makefile
30 lines
659 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkpool
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \
|
|
http://www.sourcefiles.org/Games/Sports/Pool/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 2D pool game using the GTK+ toolkit
|
|
|
|
USES= autoreconf gmake perl5 pkgconfig
|
|
USE_GNOME= gtk20
|
|
USE_PERL5= build
|
|
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}|' \
|
|
${WRKSRC}/gtkpool/${file}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|