summaryrefslogtreecommitdiff
path: root/games/xword/Makefile
blob: 77ebc0241c0d4ce745b384fcfe8018d2b497c920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:	xword
# Date created:			Nov 1, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	xword
PORTVERSION=	0.07
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	gtkmm:${PORTSDIR}/x11-toolkits/gtk--

GNU_CONFIGURE=	yes

.include <bsd.port.mk>