Annotation of pkgsrc/news/hellanzb/Makefile, Revision 1.10
1.10 ! asau 1: # $NetBSD: Makefile,v 1.9 2012/04/08 19:09:10 wiz Exp $
1.1 bjs 2: #
3: .include "../../news/hellanzb/Makefile.version"
4:
5: DISTNAME= hellanzb-${HELLANZB_VERSION}.${HELLANZB_SVN_REV}
1.8 obache 6: PKGREVISION= 4
1.1 bjs 7: CATEGORIES= news
8: MASTER_SITES= ${MASTER_SITE_LOCAL}
9:
1.5 wiz 10: MAINTAINER= pkgsrc-users@NetBSD.org
1.6 obache 11: HOMEPAGE= http://www.hellanzb.com/
1.1 bjs 12: COMMENT= Command line nntp file grabber
1.6 obache 13: LICENSE= modified-bsd
1.1 bjs 14:
15: DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3:../../net/py-twisted
1.6 obache 16: DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
1.1 bjs 17: DEPENDS+= par2>=0.4:../../archivers/par2
18: DEPENDS+= unrar>=3.5.4:../../archivers/unrar
19:
1.7 obache 20: USE_LANGUAGES= #none
21:
1.1 bjs 22: EGDIR= ${PREFIX}/share/examples/${PKGBASE}
23: WRKSRC= ${WRKDIR}/hellanzb-${HELLANZB_VERSION}-trunk
24:
25: CONF_FILES= ${EGDIR}/hellanzb.conf ${PKG_SYSCONFDIR}/hellanzb.conf
26:
27: SUBST_CLASSES+= conf
28: SUBST_FILES.conf= ${WRKDIR}/hellanzb.conf
29: SUBST_MESSAGE.conf= Performing pathname substitutions in hellanzb.conf.
30: SUBST_STAGE.conf= pre-install
31: SUBST_VARS.conf= PREFIX
32:
33: post-extract:
34: ${CP} ${FILESDIR}/hellanzb.conf ${WRKDIR}
35:
36: post-install:
37: ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
38: ${INSTALL_DATA} ${WRKDIR}/hellanzb.conf ${DESTDIR}${EGDIR}
39:
1.6 obache 40: EGG_NAME= hellanzb-${HELLANZB_VERSION}_trunk
1.1 bjs 41:
1.6 obache 42: .include "../../lang/python/distutils.mk"
1.1 bjs 43: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>