aboutsummaryrefslogtreecommitdiffstats
path: root/finance/emma/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-25 09:07:22 +0800
committeredwin <edwin@FreeBSD.org>2003-08-25 09:07:22 +0800
commitfe48dfe169d207be80389229fd612f571ca4d32d (patch)
treef92c3d951259c61c2c1730fbc77ac99182d92c70 /finance/emma/Makefile
parentb1b6c36c45b6f0f9e08e7a33d1984d4b75c5639b (diff)
downloadfreebsd-ports-gnome-fe48dfe169d207be80389229fd612f571ca4d32d.tar.gz
freebsd-ports-gnome-fe48dfe169d207be80389229fd612f571ca4d32d.tar.zst
freebsd-ports-gnome-fe48dfe169d207be80389229fd612f571ca4d32d.zip
Update port: misc/emma to 0.8.2
- Update to version 0.8.2 PR: ports/55152 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'finance/emma/Makefile')
-rw-r--r--finance/emma/Makefile21
1 files changed, 4 insertions, 17 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index 96603e08a27e..192a52c561dd 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -6,37 +6,24 @@
#
PORTNAME= emma
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
CATEGORIES= misc gnome python
MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/emma/packages/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}
MAINTAINER= ports@FreeBSD.org
COMMENT= A personal finance manager for Gnome
-BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
-
USE_X_PREFIX= yes
+USE_PYTHON= yes
+USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
-USE_GNOME= yes
USE_LIBTOOL= yes
-USE_PYTHON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
pre-configure:
-.for file in install-sh missing mkinstalldirs
- ${LN} -sf ${LOCALBASE}/share/automake/${file} ${WRKSRC}/${file}
-.endfor
+ @${RM} -f ${WRKSRC}/config.cache
.include <bsd.port.mk>