[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / taskjuggler

Annotation of pkgsrc/misc/taskjuggler/Makefile, Revision 1.13

1.13    ! hasso       1: # $NetBSD: Makefile,v 1.12 2009/08/26 19:58:03 sno Exp $
1.1       rillig      2: #
                      3:
1.13    ! hasso       4: DISTNAME=      taskjuggler-2.4.3
1.1       rillig      5: CATEGORIES=    misc
                      6: MASTER_SITES=  http://www.taskjuggler.org/download/
                      7: EXTRACT_SUFX=  .tar.bz2
                      8:
1.7       rillig      9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.2       wiz        10: HOMEPAGE=      http://www.taskjuggler.org/
1.1       rillig     11: COMMENT=       Project management tool
                     12:
1.8       joerg      13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
1.1       rillig     15: GNU_CONFIGURE= yes
1.10      hasso      16: CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/taskjuggler/
1.1       rillig     17: USE_LANGUAGES= c c++
                     18: USE_LIBTOOL=   yes
1.9       joerg      19: USE_TOOLS+=    perl msgfmt
1.1       rillig     20:
1.10      hasso      21: REPLACE_SH=    TestSuite/runtests
                     22:
                     23: SUBST_CLASSES+=                tz
                     24: SUBST_STAGE.tz=                post-patch
                     25: SUBST_FILES.tz=                TestSuite/Misc/export/project_a.tjp \
                     26:                        TestSuite/Misc/export/project_b1.tjp \
                     27:                        TestSuite/Misc/export/project_b2.tjp \
                     28:                        TestSuite/Misc/export/project_b3.tjp \
                     29:                        TestSuite/Misc/export/projectReference_a_1.tjp
                     30: SUBST_MESSAGE.tz=      Fixing old timezone names.
                     31: SUBST_SED.tz=          -e "s|timezone \"US/Mountain\"|timezone \"America/Denver\"|"
                     32:
1.1       rillig     33: pre-build:
                     34:        # I have no idea why this test fails, and it is undocumented.
                     35:        # The log file also doesn't provide any useful information.
                     36:        rm -f ${WRKSRC}/TestSuite/Syntax/Errors/Timezone.tjp
                     37:
1.3       wiz        38: .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
1.1       rillig     39: .include "../../meta-pkgs/kde3/kde3.mk"
                     40: .include "../../misc/kdepim3/buildlink3.mk" # for libkcal
                     41: .include "../../x11/qt3/application.mk"
                     42: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>