mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
809 B
Makefile
34 lines
809 B
Makefile
# New ports collection makefile for: qscanplot
|
|
# Date created: 9 January 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qscanplot
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 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= qmake:${PORTSDIR}/devel/qmake
|
|
|
|
USE_XORG= x11 xext xinerama
|
|
USE_QT_VER= 3
|
|
USE_PERL5_BUILD=yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \
|
|
LIBQT=-lqt-mt
|
|
MAKE_ENV= QTDIR=${QT_PREFIX}
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/qscanplot/templates/sample.qscanplotrc
|
|
|
|
.include <bsd.port.mk>
|