summaryrefslogtreecommitdiff
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:13:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 19:13:21 +0000
commit104c888b859abaed2155529897a752be85a8b0dc (patch)
tree07363ef33fff8cdb40f453f0c7b40ad0b122c987 /games/xqf/Makefile
parentupgrade to 2.01 (diff)
upgrade to 0.9.11
PR: 46430 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72445
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>