mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9d9f767485
- Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi
38 lines
1.3 KiB
Makefile
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= 4
|
|
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= libxul
|
|
|
|
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>
|