mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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>
This commit is contained in:
parent
22f2e343c5
commit
07841f9dfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182532
@ -8,6 +8,7 @@
|
||||
SUBDIR += alt-aspell
|
||||
SUBDIR += aspell
|
||||
SUBDIR += bsdforen-firefox-searchplugin
|
||||
SUBDIR += bsdgroup-firefox-searchplugin
|
||||
SUBDIR += bsdpaste
|
||||
SUBDIR += citrix_ica
|
||||
SUBDIR += dict
|
||||
|
31
german/bsdgroup-firefox-searchplugin/Makefile
Normal file
31
german/bsdgroup-firefox-searchplugin/Makefile
Normal file
@ -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>
|
6
german/bsdgroup-firefox-searchplugin/distinfo
Normal file
6
german/bsdgroup-firefox-searchplugin/distinfo
Normal file
@ -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
|
3
german/bsdgroup-firefox-searchplugin/pkg-descr
Normal file
3
german/bsdgroup-firefox-searchplugin/pkg-descr
Normal file
@ -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
|
4
german/bsdgroup-firefox-searchplugin/pkg-plist
Normal file
4
german/bsdgroup-firefox-searchplugin/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/firefox/searchplugins/bsdgroup.src
|
||||
lib/firefox/searchplugins/bsdgroup.png
|
||||
@dirrmtry lib/firefox/searchplugins
|
||||
@dirrmtry lib/firefox
|
Loading…
Reference in New Issue
Block a user