mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e087cf243e
- Remove 4.X support PR: 109804 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
29 lines
717 B
Makefile
29 lines
717 B
Makefile
# New ports collection makefile for: qalculate
|
|
# Date created: 07 July 2004
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qalculate
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A multi-purpose desktop calculator (Gnome frontend)
|
|
|
|
LIB_DEPENDS= qalculate.4:${PORTSDIR}/math/libqalculate
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
|
|
wget:${PORTSDIR}/ftp/wget
|
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2 libgnome
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_OMF= yes
|
|
|
|
.include <bsd.port.mk>
|