2000-07-10 17:55:37 +02:00
|
|
|
# New ports collection makefile for: gnomememoryblocks
|
|
|
|
# Date created: 10th July 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomememoryblocks
|
2000-07-31 18:01:26 +02:00
|
|
|
PORTVERSION= 0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2000-07-10 17:55:37 +02:00
|
|
|
CATEGORIES= games gnome
|
2000-07-31 18:01:26 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnome-memblocks
|
2000-07-10 17:55:37 +02:00
|
|
|
DISTNAME= gnome-memblocks-${PORTVERSION}
|
|
|
|
|
2000-11-03 17:19:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Memory Blocks game for GNOME
|
2000-07-10 17:55:37 +02:00
|
|
|
|
2007-07-03 21:34:39 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-08-06 21:06:30 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
|
2007-08-08 14:50:11 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-10 17:55:37 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-08-06 21:06:30 +02:00
|
|
|
post-patch:
|
2002-06-30 04:50:27 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2005-06-01 21:56:04 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
|
|
|
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2007-07-03 21:34:39 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|games\.|games:| ; s|2111|2555|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2000-07-31 18:01:26 +02:00
|
|
|
|
2000-07-10 17:55:37 +02:00
|
|
|
.include <bsd.port.mk>
|