freebsd-ports/games/xqf/Makefile
Steve Price c2e35e1afe Update to version 0.9.1.
PR:		15415
Submitted by:	James Andariese <james@ja.ath.cx>
1999-12-25 02:04:41 +00:00

25 lines
486 B
Makefile

# New ports collection makefile for: xqf
# Version required: 0.9.0
# Date created: 08 February 1999
# Whom: steve farrell
#
# $FreeBSD$
#
DISTNAME= xqf-0.9.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
MAINTAINER= steve@farrell.org
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_GMAKE= yes
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.ifdef CC
MAKE_ENV+= CC="${CC}"
.endif
.include <bsd.port.mk>