2000-05-18 17:19:43 +02: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
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-05-18 17:19:43 +02:00
|
|
|
CATEGORIES= games gnome
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-05-18 17:19:43 +02:00
|
|
|
DISTNAME= gLife-${PORTVERSION}
|
|
|
|
|
2000-11-03 17:19:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Conway's Game of Life for GNOME
|
2000-05-18 17:19:43 +02:00
|
|
|
|
2002-06-30 04:50:27 +02:00
|
|
|
USE_REINPLACE= yes
|
2000-05-18 17:19:43 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2002-07-28 03:27:25 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libglade
|
2001-09-11 23:56:26 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2000-05-18 17:19:43 +02:00
|
|
|
|
2002-07-28 03:27:25 +02:00
|
|
|
post-patch:
|
2002-06-30 04:50:27 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:34:38 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
2000-05-18 17:19:43 +02:00
|
|
|
.include <bsd.port.mk>
|