aboutsummaryrefslogtreecommitdiff
path: root/games/gnmm/Makefile
blob: ced1ee665d5b1894cb5526f38ca99081f4734edc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: 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_GMAKE=	yes
USES=		pathfix gettext iconv
USE_GNOME=	gnomeprefix gnomelibs gdkpixbuf

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	"${ICONV_CONFIGURE_ARG}"

.include <bsd.port.mk>