mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
6d42cee6e7
Submitted by: bento
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# New ports collection makefile for: qscanplot
|
|
# Date created: 9 January 2002
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qscanplot
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.gae.ucm.es/~gonzalez/qscanplot/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_QT_VER= 2
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \
|
|
QTDIR=${X11BASE}
|
|
|
|
.include <bsd.port.mk>
|