summaryrefslogtreecommitdiff
path: root/finance/emma/Makefile
diff options
context:
space:
mode:
authortron <tron>2001-06-30 14:33:36 +0000
committertron <tron>2001-06-30 14:33:36 +0000
commit1ae695c01fe3c2852dfdd63ad5b7f2065d29bb8e (patch)
treef1cd02dcd717e9f1767d51d96d732ba93a59b440 /finance/emma/Makefile
parent7bff34e6067f6f1079d9919f447e39b8e06cc7af (diff)
downloadpkgsrc-1ae695c01fe3c2852dfdd63ad5b7f2065d29bb8e.tar.gz
Update "emma" package to version 0.8.1. Changes since version 0.7.5:
- Reports feature - Configurable date format - 'Return' in limit entry applies the limit - German translation - Japanese translation (including docs) - Documentation - New transactions highlighting modes - Polish translation - Swedish translation
Diffstat (limited to 'finance/emma/Makefile')
-rw-r--r--finance/emma/Makefile26
1 files changed, 17 insertions, 9 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index 2f62a502239..b4a389d24f2 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,22 +1,30 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/30 14:33:36 tron Exp $
#
-DISTNAME= emma-0.7-5
-PKGNAME= emma-0.7.5
+DISTNAME= emma-0.8-1
+PKGNAME= emma-0.8.1
WRKSRC= ${WRKDIR}/emma-0.7
CATEGORIES= finance
-MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/
+MASTER_SITES= ${HOMEPAGE}emma/packages/
-MAINTAINER= mellon@isc.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/
COMMENT= Money management program
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
+BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= python-*:../../lang/python
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+WRKSRC= ${WRKDIR}/emma-0.8
+
+post-extract:
+ for FILE in install-sh missing mkinstalldirs; do \
+ ${RM} -f ${WRKSRC}/$$FILE; \
+ ${CP} ${LOCALBASE}/share/automake/$$FILE ${WRKSRC}/$$FILE; \
+ done
.include "../../mk/bsd.pkg.mk"