1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/gnomegames/Makefile

34 lines
940 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomegames
1999-02-24 22:12:10 +00:00
# Version required: 0.99.8
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-02-24 22:12:10 +00:00
# $Id: Makefile,v 1.12 1999/02/02 13:01:33 vanilla Exp $
#
1999-02-24 22:12:10 +00:00
DISTNAME= gnome-games-0.99.8
PKGNAME= gnomegames-0.99.8
CATEGORIES= games gnome
1999-01-27 08:31:54 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gnome-games
MAINTAINER= nacai@iname.com
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
1999-01-15 18:10:22 +00:00
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
USE_X_PREFIX= yes
1999-01-01 09:23:15 +00:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
1999-01-01 09:23:15 +00:00
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>