2003-07-02 07:12:07 +02:00
|
|
|
# New ports collection makefile for: gnomeattacks
|
|
|
|
# Date created: 01 July 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomeattacks
|
2003-10-08 01:57:51 +02:00
|
|
|
PORTVERSION= 0.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 12
|
2003-07-02 07:12:07 +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-07-02 07:12:07 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2003-07-10 09:09:22 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui
|
2003-10-08 01:57:51 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2003-07-02 07:12:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|