blob: 29c27b3b722f3e2717e84921d2c3419a4350e6ce (
plain)
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
38
39
40
|
# 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.3
PORTREVISION= 7
CATEGORIES= german www
MASTER_SITES= http://www.crashmail.de/files/ \
http://people.bsdgroup.de/~steve/files/
DISTFILES= bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png
EXTRACT_ONLY= yes
MAINTAINER= stefan.tell@crashmail.de
COMMENT= Firefox search plugins for the www.bsdforen.de board and wiki
USE_FIREFOX= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.src ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.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
${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.src ${PREFIX}/lib/firefox/searchplugins
${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.png ${PREFIX}/lib/firefox/searchplugins
.include <bsd.port.post.mk>
|