mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
25 lines
411 B
Makefile
25 lines
411 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_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
|
|
MAN6= xqf.6
|
|
|
|
.include <bsd.port.mk>
|