freebsd-ports/finance/emma/Makefile
Oliver Eikemeier a335a55ace move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote

PR:		59357
Submitted by:	linimon
Approved by:	marcus (mentor)
2004-01-22 21:12:03 +00:00

29 lines
706 B
Makefile

# New ports collection makefile for: emma
# Date created: 7 November 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= emma
PORTVERSION= 0.8.2
CATEGORIES= finance gnome python
MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/emma/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= A personal finance manager for Gnome
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
@${RM} -f ${WRKSRC}/config.cache
.include <bsd.port.mk>