2004-08-29 19:39:02 +02:00
|
|
|
# New ports collection makefile for: qalculate
|
|
|
|
# Date created: 07 July 2004
|
|
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qalculate
|
2005-12-24 23:10:50 +01:00
|
|
|
PORTVERSION= 0.9.0
|
2004-08-29 19:39:02 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-06-07 11:01:36 +02:00
|
|
|
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
|
2004-08-29 19:39:02 +02:00
|
|
|
|
2005-03-11 23:20:47 +01:00
|
|
|
MAINTAINER= asa@agava.com
|
2004-08-29 19:39:02 +02:00
|
|
|
COMMENT= Very powerful GUI calculator for GNOME
|
|
|
|
|
2005-06-07 11:01:36 +02:00
|
|
|
LIB_DEPENDS= qalculate.0:${PORTSDIR}/math/libqalculate
|
2004-08-29 19:39:02 +02:00
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
|
|
|
|
wget:${PORTSDIR}/ftp/wget
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15:inc
|
2004-08-29 19:39:02 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome
|
2005-03-11 23:20:47 +01:00
|
|
|
INSTALLS_OMF= yes
|
2004-08-29 19:39:02 +02:00
|
|
|
|
2005-06-07 11:01:36 +02:00
|
|
|
.include <bsd.port.mk>
|