1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/fityk/Makefile
Pav Lucistnik a50f12b695 - Fix build after wxGtk changes
Reported by:	pointyhat
2005-05-27 18:57:36 +00:00

34 lines
770 B
Makefile

# 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>