summaryrefslogtreecommitdiffstats
path: root/games/gnomechess/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 01:53:54 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 01:53:54 +0800
commit42e1d052cd9d135da30fd4ece32cdb15f0c377ca (patch)
tree9d3d88d541265db7cc93238d8a5384c0037debeb /games/gnomechess/Makefile
parentd759a2a0c7e333a2ca526e94875dbeac5feeeef3 (diff)
downloadmarcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.gz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.bz2
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.lz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.xz
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.tar.zst
marcuscom-ports-42e1d052cd9d135da30fd4ece32cdb15f0c377ca.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9256 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomechess/Makefile')
-rw-r--r--games/gnomechess/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile
new file mode 100644
index 000000000..87a8c7cf2
--- /dev/null
+++ b/games/gnomechess/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: gnomechess
+# Date created: 29 January 2000
+# Whom: Jeremy Lea <reg@shale.csir.co.za>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomechess
+PORTVERSION= 0.3.3
+PORTREVISION= 5
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-chess/0.3
+DISTNAME= gnome-chess-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A GUI chess front-end to crafy, for the GNOME Desktop Environment
+
+BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
+RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomecanvas gnomehack gnomeprefix libglade
+USE_GMAKE= yes
+INSTALLS_OMF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}"
+
+.include <bsd.port.mk>