freebsd-ports/games/gnomeattacks/Makefile
John Marino cc27f63556 Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
2013-10-07 23:03:12 +00:00

21 lines
474 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnomeattacks
PORTVERSION= 0.3
PORTREVISION= 13
CATEGORIES= games gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
GNU_CONFIGURE= yes
USES= pathfix gmake pkgconfig
USE_GNOME= gnomeprefix gnomevfs2 libgnomeui
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lm
NO_STAGE= yes
.include <bsd.port.mk>