freebsd-ports/math/qalculate/Makefile

28 lines
745 B
Makefile

# Created by: Sergey Akifyev <asa@gascom.ru>
# $FreeBSD$
PORTNAME= qalculate
PORTVERSION= 0.9.7
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-gtk/${PORTNAME}-gtk-${PORTVERSION}
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
MAINTAINER= sylvio@FreeBSD.org
COMMENT= A multi-purpose desktop calculator (Gnome frontend)
LIB_DEPENDS= qalculate.5:${PORTSDIR}/math/libqalculate
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
wget:${PORTSDIR}/ftp/wget
USE_GNOME= gnomehack gnomeprefix intlhack libglade2 libgnome
USES= gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>