aboutsummaryrefslogtreecommitdiffstats
path: root/math/fityk/Makefile
blob: 05bdd8f2458d799d1ee912dfc27fe9a9688db68e (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
# ex:ts=8
# Ports collection makefile for:    fityk
# Date created:         Mar 8, 2005
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   fityk
PORTVERSION=    0.4.4
PORTREVISION=   1
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Free peak fitting software

BUILD_DEPENDS=  gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS=    wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \
        readline.5:${PORTSDIR}/devel/readline

USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
CPPFLAGS+=  "-I${LOCALBASE}/include"
LDFLAGS+=   "-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-optimization --with-wx-config=wxgtk2-2.4-config
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GMAKE=  yes

MAN1=   fityk.1

.include <bsd.port.mk>