freebsd-ports/german/bsdgroup-firefox-searchplugin/Makefile
Beat Gaetzi a34abe751e - Replace bogus libxul dependency with Firefox
- Bump PORTREVISION

PR:		ports/149044
Expr-run by:	pav@
Approved by:	portmgr (pav)
2010-08-08 08:57:52 +00:00

38 lines
1.3 KiB
Makefile

# 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= 7
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
RUN_DEPENDS= firefox3:${PORTSDIR}/www/firefox
NO_BUILD= yes
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>