diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-03-13 18:48:32 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-03-13 18:48:32 +0000 |
commit | cac34704997c442a034779128ada4e4d5568d755 (patch) | |
tree | 96cd7a1b6c0113221e6e7465cfa759882af0d9ad /games/xqf/Makefile | |
parent | 714ed99cb0e299aa15f3abf1af0a06e78e9a9cbe (diff) |
Notes
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r-- | games/xqf/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile index 507b0d9c4060..d8315b9d03df 100644 --- a/games/xqf/Makefile +++ b/games/xqf/Makefile @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= xqf -PORTVERSION= 1.0.5 -PORTREVISION= 11 +PORTVERSION= 1.0.6.2 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Server browser for many popular 3D action games RUN_DEPENDS= qstat:games/qstat -USES= gettext gmake gnome pkgconfig xorg +USES= autoreconf gettext gmake gnome pkgconfig xorg USE_GNOME= intlhack USE_XORG= x11 GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= XQF + CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 |