pkgsrc-wip/granule/Makefile

37 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2007/09/21 13:06:53 thomasklausner Exp $
#
Updated to 1.2.4. Changes since 1.2.3: - Made bg_/fg_color text settings of the DeckPlayer text fields configurable via configuration file (Bug #1628956). - Added show/hide various controls of DeckPlayer dialog in PDA version to maximize usable viewing area. - Double-clicking an entry in DeckView dialog brings up CardView editing dialog for the card selected. - Load multiple DeckFiles at once (FR #1618817). - Fixed "Answer line selector is ignored" (Bug #1618820). - Changed sound command arguments to require file type extension (from %s to %s.wav for wav files). - Added custom Deck Appearance preferences available via DeckPlayer->EditDeck->DeckInfo dialog. - Added 'normalize' (remove extra newlines/whitespaces) and 'add index' edit shortcut buttons to CardView dialog. - Took [Cancel] button out of focus chain (Feature Req #1620622). - Added alternative config file command-line option with { --config-file=/path/name }. - Added pane separators to CardView dialog to adjust the height of the multiline input fields. - Added padding control for all text fields in DeckPlayer. - Added (opional) two-sided sound clip playback. - Changed sound playback to asynchronous. - Ported to OpenEmbedded GPE PDAs (240x320 screen size) (Patch #1560198). - Fixed granule.spec.in to fit FC extras strict spec rules. - Added text alignment controls for Front/Back text fields. - Fixed format of DeckInfo dialog and proper setting of alternative sound path. - Added multi-line CSV file import (Feature Request #1588158).
2007-01-21 14:38:43 +01:00
DISTNAME= granule-1.2.4-1
PKGNAME= ${DISTNAME:S/-1$//}
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=granule/}
MAINTAINER= bartosz@atom.eu.org
HOMEPAGE= http://granule.sourceforge.net/
COMMENT= Program for Leitner methodology for learning new words
2006-03-26 17:23:20 +02:00
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++ fortran
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= aclocal autoconf autoheader automake
USE_TOOLS+= intltool msgfmt perl pkg-config xgettext
GNU_CONFIGURE= yes
Updated to 1.2.4. Changes since 1.2.3: - Made bg_/fg_color text settings of the DeckPlayer text fields configurable via configuration file (Bug #1628956). - Added show/hide various controls of DeckPlayer dialog in PDA version to maximize usable viewing area. - Double-clicking an entry in DeckView dialog brings up CardView editing dialog for the card selected. - Load multiple DeckFiles at once (FR #1618817). - Fixed "Answer line selector is ignored" (Bug #1618820). - Changed sound command arguments to require file type extension (from %s to %s.wav for wav files). - Added custom Deck Appearance preferences available via DeckPlayer->EditDeck->DeckInfo dialog. - Added 'normalize' (remove extra newlines/whitespaces) and 'add index' edit shortcut buttons to CardView dialog. - Took [Cancel] button out of focus chain (Feature Req #1620622). - Added alternative config file command-line option with { --config-file=/path/name }. - Added pane separators to CardView dialog to adjust the height of the multiline input fields. - Added padding control for all text fields in DeckPlayer. - Added (opional) two-sided sound clip playback. - Changed sound playback to asynchronous. - Ported to OpenEmbedded GPE PDAs (240x320 screen size) (Patch #1560198). - Fixed granule.spec.in to fit FC extras strict spec rules. - Added text alignment controls for Front/Back text fields. - Fixed format of DeckInfo dialog and proper setting of alternative sound path. - Added multi-line CSV file import (Feature Request #1588158).
2007-01-21 14:38:43 +01:00
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
pre-configure:
cd ${WRKSRC}; aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wip/libassa/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"