aboutsummaryrefslogtreecommitdiffstats
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-04 03:13:21 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-04 03:13:21 +0800
commit50957984ea7a4bacebcce095e2ff441435f3dd1e (patch)
tree681e1c3db59e38a65feafb80fbd909be82e40f20 /games/xqf/Makefile
parent1f82c844d30fc6f542c3b8dccb52459d01aa8ba8 (diff)
downloadfreebsd-ports-gnome-50957984ea7a4bacebcce095e2ff441435f3dd1e.tar.gz
freebsd-ports-gnome-50957984ea7a4bacebcce095e2ff441435f3dd1e.tar.zst
freebsd-ports-gnome-50957984ea7a4bacebcce095e2ff441435f3dd1e.zip
upgrade to 0.9.11
PR: 46430 Submitted by: Ports Fury
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r--games/xqf/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 287750cee99f..59c0ce69fdab 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xqf
-PORTVERSION= 0.9.9
+PORTVERSION= 0.9.11
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,10 +15,19 @@ MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
-GNU_CONFIGURE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN6= xqf.6
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>