pkgsrc/finance/emma/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

33 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.26 2004/10/03 00:14:41 tv Exp $
DISTNAME= emma-0.8.2
PKGREVISION= 4
CATEGORIES= finance
MASTER_SITES= ${HOMEPAGE}emma/packages/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/
COMMENT= Money management program
BUILD_USES_MSGFMT= yes
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
PYTHON_VERSIONS_ACCEPTED= 15
post-extract:
${RM} ${WRKSRC}/config.cache
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"