blob: 561d3c2c563163772812610d54e19a82f7dd55e7 (
plain) (
blame)
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
27
|
# New ports collection makefile for: gnmm
# Date created: 19 January 2003
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= gnmm
PORTVERSION= 0.1.2
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= barner@gmx.de
COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-included-gettext
.include <bsd.port.mk>
|