diff options
author | rene <rene@FreeBSD.org> | 2013-04-17 00:00:08 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-17 00:00:08 +0800 |
commit | a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8 (patch) | |
tree | d683b4286e3ae868a83258aed38ac332e1e1b481 /databases/akonadi-googledata/Makefile | |
parent | f33fd8d037a580bc17cdf3b96e36038e7ddd4d6c (diff) | |
download | freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.tar.gz freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.tar.zst freebsd-ports-gnome-a57f7b2a1a41a7c35b798ee50fa885bbe942b7c8.zip |
- Reset maintainer [1]
While here:
- convert Makefile header
- pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes)
- drop support for unsupported FreeBSD versions
- convert to optionsNG
Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in
http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html
Feature safe: yes
Diffstat (limited to 'databases/akonadi-googledata/Makefile')
-rw-r--r-- | databases/akonadi-googledata/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/akonadi-googledata/Makefile b/databases/akonadi-googledata/Makefile index 960500b59a1c..e6369dad382c 100644 --- a/databases/akonadi-googledata/Makefile +++ b/databases/akonadi-googledata/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: akonadi-googledata -# Date created: 2009-08-16 -# Whom: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> -# +# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> # $FreeBSD$ -# PORTNAME= akonadi-googledata PORTVERSION= 1.2.0 @@ -11,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://libgcal.googlecode.com/files/ -MAINTAINER= tkjacobsen@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Akonadi Resources for Google Contacts and Calendar LIB_DEPENDS= gcal:${PORTSDIR}/deskutils/libgcal |