Annotation of pkgsrc/net/clive/Makefile, revision 1.60
1.60 ! wiz 1: # $NetBSD: Makefile,v 1.59 2022/06/28 11:34:58 wiz Exp $
1.1 wiz 2:
1.43 wiz 3: DISTNAME= clive-2.3.3
1.60 ! wiz 4: PKGREVISION= 12
1.1 wiz 5: CATEGORIES= net multimedia www
1.15 wiz 6: MASTER_SITES= http://clive.googlecode.com/files/
1.1 wiz 7:
1.47 wiz 8: MAINTAINER= [email protected]
1.56 nia 9: HOMEPAGE= http://clive.sourceforge.net/
1.1 wiz 10: COMMENT= Command line video extraction tool for user-uploaded video hosts
1.23 wiz 11: LICENSE= gnu-gpl-v3
1.1 wiz 12:
1.42 wiz 13: DEPENDS+= quvi>=0.4.0:../../net/quvi
14: DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts
1.38 wiz 15: DEPENDS+= curl-[0-9]*:../../www/curl
16: DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS
17: DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile
1.51 wiz 18: #DEPENDS+= {perl>=5.10.1,p5-version>=0.77}:../../devel/p5-version
1.19 wiz 19:
1.23 wiz 20: PERL5_PACKLIST= auto/clive/.packlist
1.38 wiz 21: INSTALLATION_DIRS= share/examples/clive
22:
23: CONF_FILES= ${PREFIX}/share/examples/clive/cliverc ${PKG_SYSCONFDIR}/cliverc
24:
25: SUBST_CLASSES+= config
26: SUBST_SED.config+= -e "s,/usr/local/share/clive/cliverc,${PKG_SYSCONFDIR}/cliverc,"
27: SUBST_FILES.config+= bin/clive
28: SUBST_STAGE.config= pre-build
29: SUBST_MESSAGE.config= Fixing path to global config file.
30:
31: post-build:
32: sed "s,/usr/,${PREFIX}/," ${WRKSRC}/examples/cliverc > ${WRKSRC}/cliverc
33:
34: post-install:
35: ${INSTALL_DATA} ${WRKSRC}/cliverc ${DESTDIR}${PREFIX}/share/examples/clive
1.17 joerg 36:
1.23 wiz 37: .include "../../lang/perl5/module.mk"
1.1 wiz 38: .include "../../mk/bsd.pkg.mk"
CVSweb <[email protected]>