mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
343 B
Makefile
21 lines
343 B
Makefile
# New ports collection makefile for: xqf
|
|
# Date created: 08 February 1999
|
|
# Whom: steve farrell
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xqf
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
|
|
|
|
MAINTAINER= steve@farrell.org
|
|
|
|
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
|
|
|
USE_GMAKE= yes
|
|
USE_GTK= yes
|
|
|
|
.include <bsd.port.mk>
|