mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdata_provider
|
|
PORTVERSION= 0.25
|
|
DISTVERSIONSUFFIX= -tb+sm
|
|
CATEGORIES= www deskutils
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= Allows bidirectional access to Google Calendar
|
|
|
|
XPI_DISTNAME= provider_for_google_calendar
|
|
XPI_NUM= 4631
|
|
XPI_ID= {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
|
|
|
|
# XXX Remove me on next update!
|
|
xpi-post-extract:
|
|
${RM} ${WRKSRC}/chrome/.ttt.sh.swp
|
|
|
|
.include "../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|