freebsd-ports/www/podcastamatic/Makefile
Dmitry Marakasov 441efc3506 - Add LICENSE
- Switch to @sample
- Drop @dirrm* from plist
- Unsilence install
- Remove useless options.mk inclusion

Approved by:	portmgr blanket
2015-05-15 20:29:20 +00:00

52 lines
1.8 KiB
Makefile

# Created by: lars.eggert@gmx.net
# $FreeBSD$
PORTNAME= podcastamatic
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://kenwardtown.com/projects/podcastamatic/ \
http://people.nokia.net/~lars/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
MAINTAINER= lars.eggert@gmx.net
COMMENT= Automates creation of webpage and RSS feed for a podcast
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/gpl.txt
RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
p5-MP4-Info>=0:${PORTSDIR}/multimedia/p5-MP4-Info
USES= perl5 zip
USE_PERL5= run
USES+= shebangfix
SHEBANG_FILES= podcastamatic.pl
NO_BUILD= yes
SUB_LIST= PORTNAME="${PORTNAME}"
OPTIONS_DEFINE= DOCS
do-patch:
@${REINPLACE_CMD} -e "s|${PORTNAME}.conf|${PREFIX}/etc/${PORTNAME}.conf|"\
${WRKSRC}/${PORTNAME}.pl
@${REINPLACE_CMD} -e "s|../test/podcastamatic.log|/var/log/${PORTNAME}.log|"\
${WRKSRC}/example_${PORTNAME}.conf
@${REINPLACE_CMD} -e "s|/projects/podcastamatic|/podcast|"\
${WRKSRC}/example_${PORTNAME}.conf
@${REINPLACE_CMD} -e "s|style.css|${PREFIX}/share/${PORTNAME}/style.css|"\
${WRKSRC}/example_${PORTNAME}.conf
@${REINPLACE_CMD} -e "s|/testpodcast||" ${WRKSRC}/example_${PORTNAME}.conf
@${REINPLACE_CMD} -e "s|/audio||" ${WRKSRC}/example_${PORTNAME}.conf
@${REINPLACE_CMD} -e "s|[wW]:|${PREFIX}/www|" ${WRKSRC}/example_${PORTNAME}.conf
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/example_${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
@${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/style.css ${STAGEDIR}${PREFIX}/share/${PORTNAME}/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>