aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomeattacks/Makefile
blob: e3a45a5dd8c8af238566d75237ff4b917b1c4246 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gnomeattacks
PORTVERSION=    0.3
PORTREVISION=   15
CATEGORIES= games gnome
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNOME 2 game featuring a bizarre flying GNOME logo

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes
USES=       pathfix gmake pkgconfig
USE_GNOME=  gnomeprefix gnomevfs2 libgnomeui
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib -lm

.include <bsd.port.mk>