1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/german/bsdforen-firefox-searchplugin/Makefile
Ion-Mihai Tetcu 44c07fddf3 Update to 0.2 [1]
Fix firefox dependency. [2]

PR:		ports/97249 [1]
Submitted by:	Stefan 'Steve' Tell <stefan.tell@crashmail.de> (maintainer) [1]
		itetcu (me) [2]
Approved by:	lawrance (mentor)
2006-05-15 00:40:28 +00:00

40 lines
1.3 KiB
Makefile

# 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.2
CATEGORIES= german www
MASTER_SITES= http://www.crashmail.de/files/
DISTFILES= bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png
EXTRACT_ONLY= yes
MAINTAINER= stefan.tell@crashmail.de
COMMENT= Firefox searchplugins for the www.bsdforen.de board and wiki
USE_X_PREFIX= yes
NO_BUILD= yes
USE_GECKO= firefox
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.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>