summaryrefslogtreecommitdiffstats
path: root/math/rkward-kde4/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-04-29 19:53:16 +0000
committerthierry <thierry@FreeBSD.org>2006-04-29 19:53:16 +0000
commit00299d880ac42d153f1ad5f787ef63e67258a9cd (patch)
tree11328cf25b12f3d7937b23db5e54fe0c5586b8f6 /math/rkward-kde4/Makefile
parent6dcf7ee4c409e2dda03d297ec8ca00e1cf8c6cf0 (diff)
downloadFreeBSD-ports-00299d880ac42d153f1ad5f787ef63e67258a9cd.zip
FreeBSD-ports-00299d880ac42d153f1ad5f787ef63e67258a9cd.tar.gz
RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools.
Diffstat (limited to 'math/rkward-kde4/Makefile')
-rw-r--r--math/rkward-kde4/Makefile51
1 files changed, 51 insertions, 0 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile
new file mode 100644
index 0000000..fffa9b1
--- /dev/null
+++ b/math/rkward-kde4/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: RKWard
+# Date created: 19 April 2006
+# Whom: thierry@pompo.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= rkward
+PORTVERSION= 0.3.6
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= IDE/GUI for the R-project
+
+LIB_DEPENDS= R.0:${PORTSDIR}/math/R
+
+USE_KDELIBS_VER=3
+USE_PHP= yes
+WANT_PHP_CLI= yes
+USE_GETTEXT= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
+
+DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward
+
+.if defined(WITHOUT_NLS)
+NLS= "@comment "
+.else
+NLS= ""
+.endif
+PLIST_SUB+= NLS=${NLS}
+
+PHP2FIX= rkward/plugins/makemakefileam.php \
+ rkward/settings/rksettingsmodulephp.cpp
+
+pre-configure:
+ ${REINPLACE_CMD} -e 's|/usr/bin/php|${LOCALBASE}/bin/php|' \
+ ${PHP2FIX:S|^|${WRKSRC}/|}
+.if defined(NOPORTDOCS)
+ ${REINPLACE_CMD} -e 's|rkward po doc debian|rkward po debian|' \
+ ${WRKSRC}/Makefile.in
+.endif
+.if defined(WITHOUT_NLS)
+ ${REINPLACE_CMD} -e 's|SUBDIRS = rkward po|SUBDIRS = rkward|' \
+ ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud