2013-09-20 19:36:33 +02:00
|
|
|
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
2003-07-28 12:28:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnubg
|
2018-01-27 20:05:29 +01:00
|
|
|
PORTVERSION= 1.06.001
|
2003-07-28 12:28:59 +02:00
|
|
|
CATEGORIES= games
|
2016-07-11 22:45:40 +02:00
|
|
|
MASTER_SITES= http://files.gnubg.org/media/sources/
|
2014-01-31 21:53:40 +01:00
|
|
|
DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz
|
|
|
|
|
2014-01-31 23:00:29 +01:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2003-07-28 12:28:59 +02:00
|
|
|
COMMENT= GNU Backgammon
|
|
|
|
|
2014-02-01 22:37:07 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= bison:devel/bison
|
|
|
|
RUN_DEPENDS= sqlite3:databases/sqlite3
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
|
|
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
|
2016-07-11 22:45:40 +02:00
|
|
|
libcanberra-gtk.so:audio/libcanberra \
|
|
|
|
libgmp.so:math/gmp \
|
|
|
|
libcurl.so:ftp/curl \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
2006-08-10 23:06:47 +02:00
|
|
|
|
2016-10-26 22:00:07 +02:00
|
|
|
CONFIGURE_ARGS= --with-board3d --with-sqlite --with-python=${PYTHON_CMD}
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
|
2014-08-31 15:46:37 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-02-05 20:15:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-31 15:46:37 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2016-07-11 22:45:40 +02:00
|
|
|
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
|
2004-02-23 21:33:01 +01:00
|
|
|
|
2014-08-31 15:46:37 +02:00
|
|
|
OPTIONS_DEFINE= NLS DOCS
|
2014-09-09 21:45:14 +02:00
|
|
|
OPTIONS_SUB= yes
|
2006-08-10 23:06:47 +02:00
|
|
|
|
2014-09-09 21:45:14 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2003-07-28 12:28:59 +02:00
|
|
|
|
2012-10-01 15:32:10 +02:00
|
|
|
.include <bsd.port.mk>
|