aboutsummaryrefslogtreecommitdiff
path: root/deskutils/libgcal/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-04-16 16:00:08 +0000
committerRene Ladan <rene@FreeBSD.org>2013-04-16 16:00:08 +0000
commit5727b9916c335f59415e24d370c5b58ff46108b1 (patch)
treed683b4286e3ae868a83258aed38ac332e1e1b481 /deskutils/libgcal/Makefile
parent25748307fe638b31fcc8f2253fe9ce6232d08f6c (diff)
downloadports-5727b9916c335f59415e24d370c5b58ff46108b1.tar.gz
ports-5727b9916c335f59415e24d370c5b58ff46108b1.zip
Notes
Diffstat (limited to 'deskutils/libgcal/Makefile')
-rw-r--r--deskutils/libgcal/Makefile16
1 files changed, 5 insertions, 11 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>