aboutsummaryrefslogtreecommitdiffstats
path: root/math/qscanplot/Makefile
blob: 0f2dadcab94aeb43b6400cf196b3531e6957d095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    qscanplot
# Date created:             9 January 2002
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   qscanplot
PORTVERSION=    0.4
CATEGORIES= math
# per distfile survey, mastersite disappeared in March 2003
MASTER_SITES=   # http://www.gae.ucm.es/~gonzalez/qscanplot/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A program to extract data from scanned plots, graphs and figures

BUILD_DEPENDS=  tmake:${PORTSDIR}/devel/tmake

USE_X_PREFIX=   yes
USE_QT_VER= 2
USE_PERL5_BUILD=yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LDFLAGS="-lm ${PTHREAD_LIBS}" \
        QTDIR=${X11BASE} \
        LIBQT=-lqt2
MAKE_ENV=   QTDIR=${X11BASE}

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

post-patch:
    @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
        ${WRKSRC}/qscanplot/templates/sample.qscanplotrc

.include <bsd.port.post.mk>