freebsd-ports/games/gnomememoryblocks/Makefile

35 lines
916 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomememoryblocks
# Date created: 10th July 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomememoryblocks
PORTVERSION= 0.2
PORTREVISION= 5
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnome-memblocks
DISTNAME= gnome-memblocks-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Memory Blocks game for GNOME
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
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-08-06 21:06:30 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|games\.|games:| ; s|2111|2555|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>