65b541c967
- Reset maintainership back to ports@ since maintainer nolonger uses freebsd and notified me he is unable to maintain this port. PR: ports/41068 (1) Submitted by: Dan Naumov <jago@telefragged.com> Approved by: maintainer
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# New ports collection makefile for: xqf
|
|
# Date created: 08 February 1999
|
|
# Whom: steve farrell
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xqf
|
|
PORTVERSION= 0.9.9
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GTK= yes
|
|
|
|
MAN6= xqf.6
|
|
|
|
.include <bsd.port.mk>
|