freebsd-ports/games/gnome-games/Makefile

33 lines
801 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomegames
# Version required: 1.0.51
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
#
DISTNAME= gnome-games-1.0.51
PKGNAME= gnomegames-1.0.51
CATEGORIES= games gnome
1999-01-27 03:31:54 -05:00
MASTER_SITES= ${MASTER_SITE_GNOME}
1999-04-08 14:08:39 -04:00
MASTER_SITE_SUBDIR= sources/gnome-games
MAINTAINER= nakai@FreeBSD.org
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
1999-01-15 13:10:22 -05:00
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
1999-01-01 04:23:15 -05:00
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>