corrected maintainer e-mail address and aligned tabulations
This commit is contained in:
parent
7dcba6b6bb
commit
8944680a12
1 changed files with 18 additions and 18 deletions
|
@ -1,39 +1,39 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/04/24 13:24:31 ahp-nils Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2014/05/27 11:20:48 ahp-nils Exp $
|
||||
|
||||
CATEGORIES= net
|
||||
CATEGORIES= net
|
||||
|
||||
COMMENT= Podcatching client based on BashPodder
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GHCOMMIT= 98aa00d9828b0a2e361c01a2ee583d3505d0067c
|
||||
DISTNAME= ${GHCOMMIT}
|
||||
PKGNAME= mashpodder-0.4.9
|
||||
GHCOMMIT= 98aa00d9828b0a2e361c01a2ee583d3505d0067c
|
||||
DISTNAME= ${GHCOMMIT}
|
||||
PKGNAME= mashpodder-0.4.9
|
||||
PKGREVISION= 1
|
||||
MASTER_SITES= https://github.com/chessgriffin/mashpodder/archive/
|
||||
|
||||
MAINTAINER= ahp-nils@users.sf.net
|
||||
MAINTAINER= ahp-nils@users.sourceforge.net
|
||||
HOMEPAGE= https://github.com/chessgriffin/mashpodder/
|
||||
|
||||
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
||||
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_BUILD= yes
|
||||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= bash:run sed:run awk:run curl:run wget:run
|
||||
EGDIR= ${PREFIX}/share/examples/mashpodder
|
||||
USE_TOOLS+= bash:run sed:run awk:run curl:run wget:run
|
||||
EGDIR= ${PREFIX}/share/examples/mashpodder
|
||||
INSTALLATION_DIRS+= bin ${EGDIR} share/mashpodder
|
||||
AUTO_MKDIRS= yes
|
||||
WRKSRC= ${WRKDIR}/mashpodder-${GHCOMMIT}
|
||||
WRKSRC= ${WRKDIR}/mashpodder-${GHCOMMIT}
|
||||
|
||||
REPLACE_INTERPRETER+= bash
|
||||
REPLACE.bash.old= .*sh[^ ]*
|
||||
REPLACE.bash.new= ${TOOLS_PATH.bash}
|
||||
REPLACE_FILES.bash= *.sh
|
||||
REPLACE.bash.old= .*sh[^ ]*
|
||||
REPLACE.bash.new= ${TOOLS_PATH.bash}
|
||||
REPLACE_FILES.bash= *.sh
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
SUBST_MESSAGE.paths= Substituting paths variables.
|
||||
SUBST_FILES.paths= mashpodder.sh
|
||||
SUBST_VARS.paths= PREFIX
|
||||
SUBST_FILES.paths= mashpodder.sh
|
||||
SUBST_VARS.paths= PREFIX
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/mp.conf ${DESTDIR}${EGDIR}/mp.conf
|
||||
|
|
Loading…
Reference in a new issue