freebsd-ports/math/koctave/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
747 B
Makefile

# New ports collection makefile for: koctave
# Date created: 01 August 2003
# Whom: Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#
PORTNAME= koctave
PORTVERSION= 0.70
PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= SF
MAINTAINER= makc@issp.ac.ru
COMMENT= KDEGUI for octave
RUN_DEPENDS= octave:${PORTSDIR}/math/octave
USE_QT_VER= 3
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
${REINPLACE_CMD} -e '/kde_appsdir/s|applnk||g' ${WRKSRC}/configure
${REINPLACE_CMD} -e '/kde_appsdir/s|Applications|applications/kde|g' \
-e '/kde_appsdir/s|share/||g' ${WRKSRC}/src/Makefile.in
${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \
${WRKSRC}/src/prefs.cpp ${WRKSRC}/src/koctave.cpp
.include <bsd.port.mk>