diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-05-13 19:57:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-05-13 19:57:35 +0800 |
commit | 3b6c2e97e83244b9a2b96e943b2137f24997d857 (patch) | |
tree | 5e936d8e878d761f7e9646ad68fe4e420a6467c8 /german | |
parent | 097b7d20451329593ad1808a52893fbab5fa66fe (diff) | |
download | freebsd-ports-gnome-3b6c2e97e83244b9a2b96e943b2137f24997d857.tar.gz freebsd-ports-gnome-3b6c2e97e83244b9a2b96e943b2137f24997d857.tar.zst freebsd-ports-gnome-3b6c2e97e83244b9a2b96e943b2137f24997d857.zip |
This is a firefox searchplugin for the german BSD board www.bsdforen.de
WWW: http://www.crashmail.de/freebsd.html#searchplugin
PR: 94923
Submitted by: Stefan 'Steve' Tell
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/bsdforen-firefox-searchplugin/Makefile | 32 | ||||
-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 | 4 |
5 files changed, 46 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index ef0ea290e5d2..2d210b09f689 100644 --- a/german/Makefile +++ b/german/Makefile @@ -6,6 +6,7 @@ SUBDIR += BBBike SUBDIR += acroread SUBDIR += aspell + SUBDIR += bsdforen-firefox-searchplugin SUBDIR += citrix_ica SUBDIR += dict SUBDIR += ding diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile new file mode 100644 index 000000000000..3bac5c3f337a --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: bsdforen-firefox-searchplugin +# Date created: 2006-03-24 +# Whom: Stefan 'Steve' Tell <stefan.tell@crashmail.de> +# +# $FreeBSD$ +# + +PORTNAME= bsdforen-firefox-searchplugin +PORTVERSION= 0.1 +CATEGORIES= german www +MASTER_SITES= http://www.crashmail.de/files/ +DISTFILES= bsdforen.src bsdforen.png +EXTRACT_ONLY= yes + +MAINTAINER= stefan.tell@crashmail.de +COMMENT= A firefox searchplugin for the german BSD board www.bsdforen.de + +USE_X_PREFIX= yes +NO_BUILD= yes +USE_GECKO= firefox + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.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 + +.include <bsd.port.mk> diff --git a/german/bsdforen-firefox-searchplugin/distinfo b/german/bsdforen-firefox-searchplugin/distinfo new file mode 100644 index 000000000000..3c347f34c6a3 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/distinfo @@ -0,0 +1,6 @@ +MD5 (bsdforen.src) = b522af094ba6262914b7fcd510227b68 +SHA256 (bsdforen.src) = e5c0b2f2e1ba452ca90b572f022f75d921f0f102fc08f0d158bc18b65c40eeb0 +SIZE (bsdforen.src) = 874 +MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d +SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923 +SIZE (bsdforen.png) = 3638 diff --git a/german/bsdforen-firefox-searchplugin/pkg-descr b/german/bsdforen-firefox-searchplugin/pkg-descr new file mode 100644 index 000000000000..8f744d71f73b --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/pkg-descr @@ -0,0 +1,3 @@ +This is a firefox searchplugin for the german BSD board www.bsdforen.de + +WWW: http://www.crashmail.de/freebsd.html#searchplugin diff --git a/german/bsdforen-firefox-searchplugin/pkg-plist b/german/bsdforen-firefox-searchplugin/pkg-plist new file mode 100644 index 000000000000..9b7ca37f1f60 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/pkg-plist @@ -0,0 +1,4 @@ +lib/firefox/searchplugins/bsdforen.src +lib/firefox/searchplugins/bsdforen.png +@dirrmtry lib/firefox/searchplugins +@dirrmtry lib/firefox |