aboutsummaryrefslogtreecommitdiff
path: root/devel/kaptain/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-25 10:05:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-25 10:05:05 +0000
commit0a268929fa8de54659b458391b32f7c47bb62e0f (patch)
treefa7eecf08935ed2b47df4df1849492d853c0de49 /devel/kaptain/Makefile
parent899aca5cd30fb78f7bec5054ae2188018b9d00af (diff)
downloadports-0a268929fa8de54659b458391b32f7c47bb62e0f.tar.gz
ports-0a268929fa8de54659b458391b32f7c47bb62e0f.zip
- Update to version 0.71
PR: 56524 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=89340
Diffstat (limited to 'devel/kaptain/Makefile')
-rw-r--r--devel/kaptain/Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/devel/kaptain/Makefile b/devel/kaptain/Makefile
index cbcf351cf62c..f7aa5d72cafe 100644
--- a/devel/kaptain/Makefile
+++ b/devel/kaptain/Makefile
@@ -8,8 +8,7 @@
#
PORTNAME= kaptain
-PORTVERSION= 0.7
-#PORTEPOCH=
+PORTVERSION= 0.71
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,10 +17,20 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for building/running QT GUIs for commmand line programs
USE_QT_VER= 3
-GNU_CONFIGURE= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS+=--enable-mt
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --enable-mt
+
+MAN1= kaptain.1
+INFO= kaptain
+
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/*.info*
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/examples/dia2code.kaptn
-.include "${.CURDIR}/maninfo.mk"
.include <bsd.port.mk>
-#EOF