diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-17 02:29:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-17 02:29:02 +0800 |
commit | 92dd9504158d9ee0e14d2a51d78c14c14a967de5 (patch) | |
tree | cbac11240b6be5ea69216c81f44345da5a3acadb | |
parent | fc0667a2c1fe2beb623792aefe301e76febf294e (diff) | |
download | freebsd-ports-graphics-92dd9504158d9ee0e14d2a51d78c14c14a967de5.tar.gz freebsd-ports-graphics-92dd9504158d9ee0e14d2a51d78c14c14a967de5.tar.zst freebsd-ports-graphics-92dd9504158d9ee0e14d2a51d78c14c14a967de5.zip |
This is a Firefox searchplugin for the german BSD board www.BSDGroup.de.
WWW: http://www.crashmail.de/freebsd.html#searchplugin
Submitted by: Stefan 'Steve' Tell <stefan.tell at crashmail.de>
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/Makefile | 31 | ||||
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/distinfo | 6 | ||||
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/pkg-descr | 3 | ||||
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index 6630ba5c0db..e8fe318b830 100644 --- a/german/Makefile +++ b/german/Makefile @@ -8,6 +8,7 @@ SUBDIR += alt-aspell SUBDIR += aspell SUBDIR += bsdforen-firefox-searchplugin + SUBDIR += bsdgroup-firefox-searchplugin SUBDIR += bsdpaste SUBDIR += citrix_ica SUBDIR += dict diff --git a/german/bsdgroup-firefox-searchplugin/Makefile b/german/bsdgroup-firefox-searchplugin/Makefile new file mode 100644 index 00000000000..15ae9083419 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bsdgroup-firefox-searchplugin +# Date created: 2007-01-17 +# Whom: Stefan 'Steve' Tell <stefan.tell@crashmail.de> +# +# $FreeBSD$ +# + +PORTNAME= bsdgroup-firefox-searchplugin +PORTVERSION= 0.1 +CATEGORIES= german www +MASTER_SITES= http://www.crashmail.de/files/ +DISTFILES= bsdgroup.src bsdgroup.png +EXTRACT_ONLY= yes + +MAINTAINER= stefan.tell@crashmail.de +COMMENT= Firefox searchplugins for the www.BSDGroup.de board + +NO_BUILD= yes +USE_GECKO= firefox + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.src ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.png ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdgroup.src ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdgroup.png ${PREFIX}/lib/firefox/searchplugins + +.include <bsd.port.mk> diff --git a/german/bsdgroup-firefox-searchplugin/distinfo b/german/bsdgroup-firefox-searchplugin/distinfo new file mode 100644 index 00000000000..8ee353fbac7 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/distinfo @@ -0,0 +1,6 @@ +MD5 (bsdgroup.src) = f4db258ee0da1fffe33a56d75e7c98dc +SHA256 (bsdgroup.src) = 7c84269cedb89243b591809e8071d82f9a2bdf5b3cf8fa0f331b0e0d022d790a +SIZE (bsdgroup.src) = 876 +MD5 (bsdgroup.png) = 9c9558cb49db965a3011e1e6dcd38a6a +SHA256 (bsdgroup.png) = 84e7e0f3b2777f7ee6f0962461461694b0d826ccb2c77b160e132237d4c7510e +SIZE (bsdgroup.png) = 273 diff --git a/german/bsdgroup-firefox-searchplugin/pkg-descr b/german/bsdgroup-firefox-searchplugin/pkg-descr new file mode 100644 index 00000000000..6c6569cfc88 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/pkg-descr @@ -0,0 +1,3 @@ +This is a Firefox searchplugin for the german BSD board www.BSDGroup.de. + +WWW: http://www.crashmail.de/freebsd.html#searchplugin diff --git a/german/bsdgroup-firefox-searchplugin/pkg-plist b/german/bsdgroup-firefox-searchplugin/pkg-plist new file mode 100644 index 00000000000..73f03b7b489 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/pkg-plist @@ -0,0 +1,4 @@ +lib/firefox/searchplugins/bsdgroup.src +lib/firefox/searchplugins/bsdgroup.png +@dirrmtry lib/firefox/searchplugins +@dirrmtry lib/firefox |