diff options
author | cs <cs@FreeBSD.org> | 2018-10-05 06:11:58 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2018-10-05 06:11:58 +0800 |
commit | 72bff0b1654c96a7b7e601bd9d2a5db0e7a36349 (patch) | |
tree | 6218d9e1fdd9c3900a6dfb8195a6bb2307108bd3 /games | |
parent | 2c382cbfb52593f9cdca1a219dd4873884e9c399 (diff) | |
download | freebsd-ports-gnome-72bff0b1654c96a7b7e601bd9d2a5db0e7a36349.tar.gz freebsd-ports-gnome-72bff0b1654c96a7b7e601bd9d2a5db0e7a36349.tar.zst freebsd-ports-gnome-72bff0b1654c96a7b7e601bd9d2a5db0e7a36349.zip |
- Update to 1.06.002
- Clean up Makefile
Diffstat (limited to 'games')
-rw-r--r-- | games/gnubg/Makefile | 13 | ||||
-rw-r--r-- | games/gnubg/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index d7f32c8bd032..047502a3f1a3 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnubg -PORTVERSION= 1.06.001 -PORTREVISION= 1 +PORTVERSION= 1.06.002 CATEGORIES= games MASTER_SITES= http://files.gnubg.org/media/sources/ DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz @@ -13,7 +12,6 @@ COMMENT= GNU Backgammon LICENSE= GPLv3 -BUILD_DEPENDS= bison:devel/bison RUN_DEPENDS= sqlite3:databases/sqlite3 LIB_DEPENDS= libpng.so:graphics/png \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ @@ -23,6 +21,11 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +USES= bison gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang readline gnome gl +USE_GNOME= glib20 gtk20 cairo pangox-compat +USE_XORG+= xmu xt sm ice x11 +USE_GL+= glu gl + CONFIGURE_ARGS= --with-board3d --with-sqlite --with-python=${PYTHON_CMD} CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no CPPFLAGS+= -I${LOCALBASE}/include @@ -30,10 +33,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang readline -USE_GNOME= glib20 gtk20 cairo pangox-compat -USE_XORG+= xmu xt sm ice x11 -USE_GL+= glu gl OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes diff --git a/games/gnubg/distinfo b/games/gnubg/distinfo index ccd0ce189fc6..cf06c012a448 100644 --- a/games/gnubg/distinfo +++ b/games/gnubg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517079255 -SHA256 (gnubg-release-1.06.001-sources.tar.gz) = eb70460ec5e03fca20e0711f76334d5d68519fa04ba0474f9445e4bd821cdf6a -SIZE (gnubg-release-1.06.001-sources.tar.gz) = 15123038 +TIMESTAMP = 1538690278 +SHA256 (gnubg-release-1.06.002-sources.tar.gz) = ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87 +SIZE (gnubg-release-1.06.002-sources.tar.gz) = 13163681 |