summaryrefslogtreecommitdiff
path: root/games/gnmm/Makefile
blob: 965be03fde117dda0a58a39d9b19f365f8ec8983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	gnmm
# Date created:				19 January 2003
# Whom:					Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#

PORTNAME=	gnmm
PORTVERSION=	0.1.2
PORTREVISION=	12
CATEGORIES=	games gnome
MASTER_SITES=	SF
DIST_SUBDIR=	gnome

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A "nine mens' morris" implementation for the GNOME Desktop Environment

USE_GETTEXT=	yes
USE_ICONV=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack gnomelibs gdkpixbuf

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	"--with-libiconv-prefix=${LOCALBASE}"

.include <bsd.port.mk>