mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c2e35e1afe
PR: 15415 Submitted by: James Andariese <james@ja.ath.cx>
25 lines
486 B
Makefile
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>
|