diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:49:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:49:12 +0000 |
commit | 209aad1f15749c9fe16bb882747570dabc33097f (patch) | |
tree | 0f4b14f1643cb96d21eef9144a9bcfc495f032e6 /www/lighttpd-mod_h264_streaming/Makefile | |
parent | 26043ab8b66377a92c3a7cdba70b1e58663d00eb (diff) | |
download | ports-209aad1f15749c9fe16bb882747570dabc33097f.tar.gz ports-209aad1f15749c9fe16bb882747570dabc33097f.zip |
Notes
Diffstat (limited to 'www/lighttpd-mod_h264_streaming/Makefile')
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index 35cc42784d1d..4c1285d13d0e 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -16,6 +16,13 @@ COMMENT= H264 streaming module for lighttpd BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd +LICENSE= CCPL.BY-NC-SA.30 +LICENSE_NAME= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 \ + Unported License +LICENSE_FILE= ${FILESDIR}/COPYING.mod_h264_streaming +LICENSE_DISTFILES= ${PATCHFILES} +LICENSE_PERMS= dist-mirror pkg-mirror + MASTERDIR= ${.CURDIR}/../lighttpd PLIST= ${FILESDIR}/pkg-plist.${PORTNAME} DESCR= ${FILESDIR}/pkg-descr.${PORTNAME} @@ -32,11 +39,6 @@ ALL_TARGET= ${PORTNAME}.la _BUILDING_LIGHTTPD_MODULE= yes -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK} -PORTDOCS= COPYING_H264 -.endif - do-install: @${INSTALL_KLD} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${LOCALBASE}/lib/lighttpd @@ -53,9 +55,4 @@ post-install: ${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf .endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/COPYING_H264 ${DOCSDIR} -.endif - .include "${MASTERDIR}/Makefile" |