summaryrefslogtreecommitdiff
path: root/finance/emma/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-10-24 17:21:57 +0000
committerdrochner <drochner@pkgsrc.org>2002-10-24 17:21:57 +0000
commit06e11eb6fd832ce8bb4a78e40245762ad3ab71a7 (patch)
tree8274ba16563424522ab56891dec35953745032da /finance/emma/Makefile
parent6c44e383d1aa0c0afbd819c68833dd38e439c26b (diff)
downloadpkgsrc-06e11eb6fd832ce8bb4a78e40245762ad3ab71a7.tar.gz
-make this work with newer mxDateTime packages (namespace hierarchy change)
-while here, update to 0.8.2; the only changelog entry is "Factor for schedule-frequency" (whatever this means...) -use pkglibtool
Diffstat (limited to 'finance/emma/Makefile')
-rw-r--r--finance/emma/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index c63a0f22792..7f0a28bffaf 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,13 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2002/10/09 18:19:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2002/10/24 17:21:57 drochner Exp $
#
-DISTNAME= emma-0.8-1
-PKGNAME= emma-0.8.1
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/emma-0.7
+DISTNAME= emma-0.8.2
CATEGORIES= finance
MASTER_SITES= ${HOMEPAGE}emma/packages/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-am${EXTRACT_SUFX}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/
@@ -19,10 +15,13 @@ USE_BUILDLINK2= YES
USE_GMAKE= YES
BUILD_USES_MSGFMT= yes
CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN}
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
PYTHON_VERSIONS_ACCEPTED= 15
-WRKSRC= ${WRKDIR}/emma-0.8
+post-extract:
+ ${RM} ${WRKSRC}/config.cache
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../lang/python/application.mk"