1999-02-02 13:01:34 +00:00
|
|
|
# New ports collection makefile for: gnomegames
|
1999-05-09 17:06:36 +00:00
|
|
|
# Version required: 1.0.2
|
1999-02-02 13:01:34 +00:00
|
|
|
# Date created: 03 July 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-02 00:58:05 +00:00
|
|
|
#
|
1999-05-30 04:02:08 +00:00
|
|
|
# $Id: Makefile,v 1.16 1999/05/09 17:06:20 steve Exp $
|
1998-10-02 00:58:05 +00:00
|
|
|
#
|
|
|
|
|
1999-05-09 17:06:36 +00:00
|
|
|
DISTNAME= gnome-games-1.0.2
|
|
|
|
PKGNAME= gnomegames-1.0.2
|
1999-02-02 13:01:34 +00:00
|
|
|
CATEGORIES= games gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-04-08 18:08:39 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-games
|
1998-10-02 00:58:05 +00:00
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1998-10-02 00:58:05 +00:00
|
|
|
|
1999-02-02 13:01:34 +00:00
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-01-15 18:10:22 +00:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1998-10-02 00:58:05 +00:00
|
|
|
|
1999-05-30 04:02:08 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1998-10-02 00:58:05 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-01 09:23:15 +00:00
|
|
|
USE_GMAKE= yes
|
1999-05-30 04:02:08 +00:00
|
|
|
USE_LIBTOOL= yes
|
1998-10-02 00:58:05 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 04:02:08 +00:00
|
|
|
--with-gnome=${PREFIX}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-10-02 00:58:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|