freebsd-ports/games/gnomechess/Makefile

28 lines
622 B
Makefile
Raw Normal View History

2000-01-29 05:15:08 -05:00
# New ports collection makefile for: gnomechess
# Date created: 29 January 2000
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
# $FreeBSD$
#
PORTNAME= gnomechess
PORTVERSION= 0.2.4
2000-01-29 05:15:08 -05:00
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-chess
DISTNAME= gnome-chess-${PORTVERSION}
2000-01-29 05:15:08 -05:00
MAINTAINER= reg@FreeBSD.org
2000-01-29 05:15:08 -05:00
2000-10-05 03:10:50 -04:00
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
2000-01-29 05:15:08 -05:00
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 03:10:50 -04:00
USE_GNOME= yes
2000-01-29 05:15:08 -05:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>