diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 11:57:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-05-13 11:57:35 +0000 |
commit | 7bede861d6ac66f50b819bdd77979c9eb6f9105f (patch) | |
tree | dddd435e7b55087e379a1060a0725f4aad3a5c29 /german/bsdforen-firefox-searchplugin | |
parent | 005b59cb676034f5f758660912a25a84a69fce48 (diff) |
Notes
Diffstat (limited to 'german/bsdforen-firefox-searchplugin')
-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 |
4 files changed, 45 insertions, 0 deletions
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 |