aboutsummaryrefslogtreecommitdiff
path: root/games/gweled/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-31 17:58:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-31 17:58:45 +0000
commit8e8f687de78a5ea8836a359e187fa1262ec38a23 (patch)
tree9fe855aa291c6dd533ced8a9570ecce7096872c2 /games/gweled/Makefile
parentc2d7882d5f0861b118179a2bd1e7b62310619efe (diff)
downloadports-8e8f687de78a5ea8836a359e187fa1262ec38a23.tar.gz
ports-8e8f687de78a5ea8836a359e187fa1262ec38a23.zip
Notes
Diffstat (limited to 'games/gweled/Makefile')
-rw-r--r--games/gweled/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile
new file mode 100644
index 000000000000..583a63cadc2e
--- /dev/null
+++ b/games/gweled/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: gweled
+# Date created: November 28, 2003
+# Whom: James Earl
+#
+# $FreeBSD$
+#
+
+PORTNAME= gweled
+PORTVERSION= 0.4
+CATEGORIES= games gnome
+MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine"
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>