1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/mail/squirrelmail-websearch-plugin/Makefile
Thomas Abthorpe 10757b20e2 - Utilise common bsd.squirrelmail.mk
- Add LICENSE
- No PORTREVISION bump, as there is no change in functionality

Requested by:	itetcu
2010-06-07 20:33:22 +00:00

25 lines
617 B
Makefile

# New ports collection makefile for: squirrelmail-websearch-plugin
# Date created: 10 August
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= websearch
PORTVERSION= 0.1.6
PORTREVISION= 1
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Plugin for Websearch
LICENSE= GPLv2
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
SQUIRREL_PLUGIN_NAME= web_search
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>