2000-05-18 15:19:43 +00:00
|
|
|
# New ports collection makefile for: glife
|
|
|
|
# Date created: 18th May 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glife
|
|
|
|
PORTVERSION= 0.2.1
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 4
|
2000-05-18 15:19:43 +00:00
|
|
|
CATEGORIES= games gnome
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-05-18 15:19:43 +00:00
|
|
|
DISTNAME= gLife-${PORTVERSION}
|
|
|
|
|
2000-11-03 16:19:29 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Conway's Game of Life for GNOME
|
2000-05-18 15:19:43 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-28 01:27:25 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade
|
2001-09-11 21:56:26 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2000-05-18 15:19:43 +00:00
|
|
|
|
2002-07-28 01:27:25 +00:00
|
|
|
post-patch:
|
2002-06-30 02:50:27 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2005-06-01 19:56:04 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
|
|
|
s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2000-08-04 01:34:38 +00:00
|
|
|
|
2000-05-18 15:19:43 +00:00
|
|
|
.include <bsd.port.mk>
|