blob: d3b141c718f97cbe548ac21ff0951ec4f3bc9b07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gweled
# Date created: November 28, 2003
# Whom: James Earl
#
# $FreeBSD$
#
PORTNAME= gweled
PORTVERSION= 0.5
PORTREVISION= 1
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>
|