1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xqf/Makefile

25 lines
486 B
Makefile
Raw Normal View History

# New ports collection makefile for: xqf
1999-08-02 05:26:20 +00:00
# Version required: 0.9.0
# Date created: 08 February 1999
# Whom: steve farrell
#
1999-08-25 06:06:33 +00:00
# $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
1999-08-02 05:26:20 +00:00
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.ifdef CC
MAKE_ENV+= CC="${CC}"
.endif
.include <bsd.port.mk>