aboutsummaryrefslogtreecommitdiff
path: root/devel/libplist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libplist/Makefile')
-rw-r--r--devel/libplist/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile
index 8e15bf27b8c4..ea966caff1ec 100644
--- a/devel/libplist/Makefile
+++ b/devel/libplist/Makefile
@@ -1,17 +1,20 @@
PORTNAME= libplist
PORTVERSION= 2.2.0
-PORTREVISION?= 0
+PORTREVISION?= 3
CATEGORIES= devel
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER?= jhale@FreeBSD.org
COMMENT?= Library to handle Apple Property List format
+WWW= https://www.libimobiledevice.org
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-USES+= autoreconf compiler gnome libtool pathfix pkgconfig tar:bzip2
+USES+= autoreconf compiler cpe gnome libtool pathfix pkgconfig tar:bzip2
+CPE_VENDOR= libimobiledevice
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
SLAVE_PORT?= no
@@ -32,12 +35,4 @@ post-install:
.endif # ${SLAVE_PORT} == no
-.include <bsd.port.pre.mk>
-
-pre-build:
-.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 45
- @${REINPLACE_CMD} -e '/__attribute__/ s,deprecated(x),deprecated(),' \
- ${WRKSRC}/include/plist/plist.h
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>