mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
27 lines
622 B
Makefile
27 lines
622 B
Makefile
|
# New ports collection makefile for: glife
|
||
|
# Date created: 18th May 2000
|
||
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= glife
|
||
|
PORTVERSION= 0.2.1
|
||
|
CATEGORIES= games gnome
|
||
|
MASTER_SITES= http://download.sourceforge.net/glife/
|
||
|
DISTNAME= gLife-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= ade@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
||
|
glade.3:${PORTSDIR}/devel/libglade
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||
|
--datadir=${PREFIX}/share/gnome
|
||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||
|
LIBS="-L${LOCALBASE}/lib"
|
||
|
|
||
|
.include <bsd.port.mk>
|