2002-01-10 17:28:38 +00:00
|
|
|
# New ports collection makefile for: qscanplot
|
|
|
|
# Date created: 9 January 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qscanplot
|
2002-05-17 05:41:43 +00:00
|
|
|
PORTVERSION= 0.4
|
2004-02-17 13:40:10 +00:00
|
|
|
PORTREVISION= 2
|
2002-01-10 17:28:38 +00:00
|
|
|
CATEGORIES= math
|
2003-10-28 07:42:06 +00:00
|
|
|
# per distfile survey, mastersite disappeared in March 2003
|
|
|
|
MASTER_SITES= # http://www.gae.ucm.es/~gonzalez/qscanplot/
|
2002-01-10 17:28:38 +00:00
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A program to extract data from scanned plots, graphs and figures
|
2002-01-10 17:28:38 +00:00
|
|
|
|
2004-02-17 13:40:10 +00:00
|
|
|
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
2002-05-17 05:41:43 +00:00
|
|
|
|
2002-01-10 17:28:38 +00:00
|
|
|
USE_X_PREFIX= yes
|
2004-02-17 13:40:10 +00:00
|
|
|
USE_QT_VER= 3
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2002-01-10 17:28:38 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \
|
2002-05-17 05:41:43 +00:00
|
|
|
QTDIR=${X11BASE} \
|
2004-02-17 13:40:10 +00:00
|
|
|
LIBQT=-lqt-mt
|
2002-05-17 05:41:43 +00:00
|
|
|
MAKE_ENV= QTDIR=${X11BASE}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/qscanplot/templates/sample.qscanplotrc
|
2002-01-10 17:28:38 +00:00
|
|
|
|
2004-12-23 14:47:26 +00:00
|
|
|
.include <bsd.port.mk>
|