aboutsummaryrefslogtreecommitdiffstats
path: root/german/bsdgroup-firefox-searchplugin/Makefile
blob: 6f7b36e0290d09804896fc713885d62d5210e40a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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.2
PORTREVISION=   2
CATEGORIES= german www
MASTER_SITES=   http://www.crashmail.de/files/ \
        http://people.bsdgroup.de/~steve/files/
DISTFILES=  bsdgroup.src bsdgroup.png bsdgroup-wiki.src bsdgroup-wiki.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}
    @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup-wiki.src ${WRKSRC}
    @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup-wiki.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
    ${INSTALL_DATA} ${WRKSRC}/bsdgroup-wiki.src ${PREFIX}/lib/firefox/searchplugins
    ${INSTALL_DATA} ${WRKSRC}/bsdgroup-wiki.png ${PREFIX}/lib/firefox/searchplugins

.include <bsd.port.mk>