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
|
2003-07-02 07:12:07 +02:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
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>
|