2013-06-27 08:48:43 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2006-08-10 21:48:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-12-08 20:07:50 +01:00
|
|
|
PORTNAME= web_search
|
2010-06-07 22:33:22 +02:00
|
|
|
PORTVERSION= 0.1.6
|
2014-08-28 17:16:49 +02:00
|
|
|
PORTREVISION= 4
|
|
|
|
CATEGORIES= mail www
|
2006-08-10 21:48:06 +02:00
|
|
|
|
2013-09-19 21:36:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-06-07 22:33:22 +02:00
|
|
|
COMMENT= Plugin for Websearch
|
2006-08-10 21:48:06 +02:00
|
|
|
|
2010-06-07 22:33:22 +02:00
|
|
|
LICENSE= GPLv2
|
2006-08-10 21:48:06 +02:00
|
|
|
|
2013-12-08 19:59:35 +01:00
|
|
|
USE_SM_COMPAT= yes
|
|
|
|
USE_GENERIC_PKGMESSAGE= yes
|
2006-08-10 21:48:06 +02:00
|
|
|
|
2013-12-08 19:59:35 +01:00
|
|
|
SQUIRREL_PLUGIN_CONFIG= ${SQUIRREL_PLUGIN_NAME}.conf.php
|
2006-08-10 21:48:06 +02:00
|
|
|
|
2013-12-08 19:59:35 +01:00
|
|
|
post-patch:
|
|
|
|
@${MV} ${WRKSRC}/${_SMSRCDIR}/${SQUIRREL_PLUGIN_CONFIG}.dist ${WRKSRC}/${_SMSRCDIR}/${SQUIRREL_PLUGIN_CONFIG}.sample
|
|
|
|
|
2013-06-27 08:48:43 +02:00
|
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
2014-08-28 17:16:49 +02:00
|
|
|
.include <bsd.port.mk>
|