2000-09-12 16:59:20 +02:00
|
|
|
# New ports collection makefile for: gnomebreakout
|
|
|
|
# Date created: 01 Sep 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomebreakout
|
2004-05-23 21:07:35 +02:00
|
|
|
PORTVERSION= 0.5.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 10
|
2000-09-12 16:59:20 +02:00
|
|
|
CATEGORIES= games gnome
|
2004-05-27 17:04:48 +02:00
|
|
|
MASTER_SITES= http://www.users.on.net/~mipearson/
|
2000-09-12 16:59:20 +02:00
|
|
|
DISTNAME= gnome-breakout-${PORTVERSION}
|
|
|
|
|
2000-11-03 17:19:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= GNOME version of the classic breakout game
|
2000-09-12 16:59:20 +02:00
|
|
|
|
2004-05-23 21:07:35 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
2000-12-12 08:59:17 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-09-12 16:59:20 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-29 19:18:36 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-09-12 16:59:20 +02:00
|
|
|
|
2004-05-23 21:07:35 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|games.games|root:games|g' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-Werror||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|@GETTEXT_PACKAGE@|@PACKAGE@|g' ${WRKSRC}/po/Makefile.in.in
|
2005-03-22 07:36:09 +01:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-DGNOME_DISABLE_DEPRECATED||g ; s|-DGTK_DISABLE_DEPRECATED||g'
|
2004-05-23 21:07:35 +02:00
|
|
|
|
2000-09-12 16:59:20 +02:00
|
|
|
.include <bsd.port.mk>
|