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

Annotation of pkgsrc/mail/GNUMail/Makefile, Revision 1.30

1.30    ! rh          1: # $NetBSD: Makefile,v 1.29 2009/04/13 12:42:38 rh Exp $
1.1       rh          2: #
                      3:
1.29      rh          4: DISTNAME=      GNUMail-1.2.0pre3
1.30    ! rh          5: PKGREVISION=   1
1.1       rh          6: CATEGORIES=    mail gnustep
1.7       adam        7: MASTER_SITES=  http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/
1.1       rh          8:
1.6       grant       9: MAINTAINER=    rh@NetBSD.org
1.1       rh         10: HOMEPAGE=      http://www.collaboration-world.com/gnumail/
1.3       wiz        11: COMMENT=       GNUstep clone of NeXT's Mail.app application
1.1       rh         12:
1.29      rh         13: LICENSE=       gnu-lgpl-v2
                     14:
1.30    ! rh         15: PKG_DESTDIR_SUPPORT=   user-destdir
1.29      rh         16:
1.23      rillig     17: USE_LANGUAGES= objc
1.21      rh         18:
1.13      rh         19: WRKSRC=                ${WRKDIR}/GNUMail
                     20: NO_CONFIGURE=  yes
1.29      rh         21: MAKE_JOBS_SAFE=        no
1.24      rillig     22: MAKE_FILE=     GNUmakefile
1.1       rh         23:
1.30    ! rh         24: FIX_GNUSTEP_INSTALLATION_DIR= yes
        !            25: .for _dir_ in Account Advanced Clock Colors Compose Face Filtering     \
        !            26:        Fonts Import MIME PGP Receiving Sending Viewing
        !            27: SUBST_FILES.gnustep_installation_dir+= Bundles/${_dir_}/GNUmakefile
        !            28: .endfor
        !            29:
1.13      rh         30: .include "../../mail/Pantomime/buildlink3.mk"
                     31: .include "../../misc/Addresses/buildlink3.mk"
                     32: .include "../../x11/gnustep-back/buildlink3.mk"
                     33: .include "../../mk/pthread.buildlink3.mk"
1.1       rh         34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>