diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-15 00:40:28 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-15 00:40:28 +0000 |
commit | 44c07fddf33d703a3d723df3ec413937095339d6 (patch) | |
tree | 1873fbafe0cd4996ded4408eacd0c88bf250c6c8 /german | |
parent | 863b6c89406237ccf80a22da86dea1988179c585 (diff) | |
download | ports-44c07fddf33d703a3d723df3ec413937095339d6.tar.gz ports-44c07fddf33d703a3d723df3ec413937095339d6.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/bsdforen-firefox-searchplugin/Makefile | 15 | ||||
-rw-r--r-- | german/bsdforen-firefox-searchplugin/distinfo | 6 | ||||
-rw-r--r-- | german/bsdforen-firefox-searchplugin/pkg-descr | 3 | ||||
-rw-r--r-- | german/bsdforen-firefox-searchplugin/pkg-plist | 2 |
4 files changed, 21 insertions, 5 deletions
diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile index 3bac5c3f337a..eac398957449 100644 --- a/german/bsdforen-firefox-searchplugin/Makefile +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -6,27 +6,34 @@ # PORTNAME= bsdforen-firefox-searchplugin -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= german www MASTER_SITES= http://www.crashmail.de/files/ -DISTFILES= bsdforen.src bsdforen.png +DISTFILES= bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png EXTRACT_ONLY= yes MAINTAINER= stefan.tell@crashmail.de -COMMENT= A firefox searchplugin for the german BSD board www.bsdforen.de +COMMENT= Firefox searchplugins for the www.bsdforen.de board and wiki USE_X_PREFIX= yes NO_BUILD= yes USE_GECKO= firefox +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.src ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.png ${WRKSRC} do-install: @${MKDIR} ${PREFIX}/lib/firefox/searchplugins ${INSTALL_DATA} ${WRKSRC}/bsdforen.src ${PREFIX}/lib/firefox/searchplugins ${INSTALL_DATA} ${WRKSRC}/bsdforen.png ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.src ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.png ${PREFIX}/lib/firefox/searchplugins -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/german/bsdforen-firefox-searchplugin/distinfo b/german/bsdforen-firefox-searchplugin/distinfo index 3c347f34c6a3..12a81f7fa9c7 100644 --- a/german/bsdforen-firefox-searchplugin/distinfo +++ b/german/bsdforen-firefox-searchplugin/distinfo @@ -4,3 +4,9 @@ SIZE (bsdforen.src) = 874 MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923 SIZE (bsdforen.png) = 3638 +MD5 (bsdforen-wiki.src) = de3e1dd16f498d9f2595c8369a2c9d3c +SHA256 (bsdforen-wiki.src) = 4528d60aca8277cc0aaa5d805da7ee9372edbd1f4c02e2d0558f053de75f78ff +SIZE (bsdforen-wiki.src) = 657 +MD5 (bsdforen-wiki.png) = dca6da85835c1c9d4aa1767d255b6c6d +SHA256 (bsdforen-wiki.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923 +SIZE (bsdforen-wiki.png) = 3638 diff --git a/german/bsdforen-firefox-searchplugin/pkg-descr b/german/bsdforen-firefox-searchplugin/pkg-descr index 8f744d71f73b..d2e7376d8baf 100644 --- a/german/bsdforen-firefox-searchplugin/pkg-descr +++ b/german/bsdforen-firefox-searchplugin/pkg-descr @@ -1,3 +1,4 @@ -This is a firefox searchplugin for the german BSD board www.bsdforen.de +This is a Firefox searchplugin for the german BSD board www.bsdforen.de +and the bsdforen.de wiki. WWW: http://www.crashmail.de/freebsd.html#searchplugin diff --git a/german/bsdforen-firefox-searchplugin/pkg-plist b/german/bsdforen-firefox-searchplugin/pkg-plist index 9b7ca37f1f60..9a8da5ed6ebe 100644 --- a/german/bsdforen-firefox-searchplugin/pkg-plist +++ b/german/bsdforen-firefox-searchplugin/pkg-plist @@ -1,4 +1,6 @@ lib/firefox/searchplugins/bsdforen.src lib/firefox/searchplugins/bsdforen.png +lib/firefox/searchplugins/bsdforen-wiki.src +lib/firefox/searchplugins/bsdforen-wiki.png @dirrmtry lib/firefox/searchplugins @dirrmtry lib/firefox |