2005-03-08 02:08:05 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: fityk
|
|
|
|
# Date created: Mar 8, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fityk
|
2008-04-26 14:49:05 +00:00
|
|
|
PORTVERSION= 0.8.6
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2005-03-08 02:08:05 +00:00
|
|
|
CATEGORIES= math
|
2007-04-26 14:56:31 +00:00
|
|
|
MASTER_SITES= SF
|
2005-03-08 02:08:05 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Free peak fitting software
|
|
|
|
|
2005-07-26 13:30:41 +00:00
|
|
|
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
2005-07-06 15:24:22 +00:00
|
|
|
|
2006-03-16 18:15:03 +00:00
|
|
|
USE_BZIP2= yes
|
2005-07-06 15:24:22 +00:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2007-12-14 18:45:47 +00:00
|
|
|
USE_WX= 2.6+
|
2006-08-10 21:03:01 +00:00
|
|
|
WX_CONF_ARGS= absolute
|
2005-03-08 02:08:05 +00:00
|
|
|
USE_GMAKE= yes
|
2007-04-26 14:56:31 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-07-06 15:24:22 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2007-04-26 14:56:31 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-06 15:24:22 +00:00
|
|
|
|
|
|
|
MAN1= fityk.1
|
|
|
|
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
|
|
|
2007-12-14 18:45:47 +00:00
|
|
|
post-install:
|
|
|
|
@-update-mime-database ${PREFIX}/share/mime
|
2005-03-08 02:08:05 +00:00
|
|
|
|
2007-04-18 11:46:10 +00:00
|
|
|
.include <bsd.port.mk>
|