aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-04-17 00:00:08 +0800
committerrene <rene@FreeBSD.org>2013-04-17 00:00:08 +0800
commita57f7b2a1a41a7c35b798ee50fa885bbe942b7c8 (patch)
treed683b4286e3ae868a83258aed38ac332e1e1b481 /deskutils
parentf33fd8d037a580bc17cdf3b96e36038e7ddd4d6c (diff)
downloadfreebsd-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 'deskutils')
-rw-r--r--deskutils/libgcal/Makefile16
-rw-r--r--deskutils/libgcal/pkg-descr2
2 files changed, 6 insertions, 12 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile
index 3f35c80c20d6..92aabe191c8f 100644
--- a/deskutils/libgcal/Makefile
+++ b/deskutils/libgcal/Makefile
@@ -6,16 +6,16 @@ PORTVERSION= 0.9.6
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-MAINTAINER= tkjacobsen@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library allowing communication with Google calendar and contacts
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
iconv:${PORTSDIR}/converters/libiconv \
xml2:${PORTSDIR}/textproc/libxml2
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/COPYING
-
USE_BZIP2= yes
USES= cmake
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
@@ -23,10 +23,4 @@ CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
USE_LDCONFIG= yes
USE_GCC= 4.2+
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000)
-BROKEN= does not link
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/libgcal/pkg-descr b/deskutils/libgcal/pkg-descr
index bf891d606ed9..3cf2d666732e 100644
--- a/deskutils/libgcal/pkg-descr
+++ b/deskutils/libgcal/pkg-descr
@@ -1,4 +1,4 @@
An ANSI C library allowing communication with google calendar and contacts,
useful if you need to support this in a C or C++ application.
-WWW: http://code.google.com/p/libgcal/
+WWW: http://code.google.com/p/libgcal/