2003-09-28 15:12:08 +02:00
|
|
|
# New ports collection makefile for: gnmm
|
|
|
|
# Date created: 19 January 2003
|
|
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnmm
|
|
|
|
PORTVERSION= 0.1.2
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 11
|
2003-09-28 15:12:08 +02:00
|
|
|
CATEGORIES= games gnome
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2003-09-28 15:12:08 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome
|
|
|
|
|
2005-11-24 15:11:15 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-09-28 15:12:08 +02:00
|
|
|
COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment
|
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2003-09-28 15:12:08 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-10-22 12:26:02 +02:00
|
|
|
CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}"
|
2003-09-28 15:12:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|