From 104c888b859abaed2155529897a752be85a8b0dc Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 3 Jan 2003 19:13:21 +0000 Subject: upgrade to 0.9.11 PR: 46430 Submitted by: Ports Fury --- games/xqf/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'games/xqf/Makefile') 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 -- cgit v1.2.3