1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/gnubg/Makefile
Nuno Teixeira e2e2e9b570 games/gnubg: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-09 11:04:50 +00:00

46 lines
1.2 KiB
Makefile

PORTNAME= gnubg
PORTVERSION= 1.07.001
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= GNU
DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz
MAINTAINER= cs@FreeBSD.org
COMMENT= GNU Backgammon
WWW= https://www.gnu.org/software/gnubg/
LICENSE= GPLv3
RUN_DEPENDS= sqlite3:databases/sqlite3
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra-gtk2 \
libcanberra.so:audio/libcanberra \
libcurl.so:ftp/curl \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgmp.so:math/gmp \
libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
libharfbuzz.so:print/harfbuzz \
libpng.so:graphics/png
USES= bison gl gmake gnome libtool pathfix shebangfix python \
pkgconfig compiler:c++11-lang readline xorg
USE_GNOME= glib20 gtk20 cairo pangox-compat gdkpixbuf2
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
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>