diff options
Diffstat (limited to 'deskutils/msynctool-devel/Makefile')
-rw-r--r-- | deskutils/msynctool-devel/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/deskutils/msynctool-devel/Makefile b/deskutils/msynctool-devel/Makefile index 7472399388f3..627acb11640f 100644 --- a/deskutils/msynctool-devel/Makefile +++ b/deskutils/msynctool-devel/Makefile @@ -9,16 +9,23 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org -COMMENT= A command line client for the OpenSync framework +COMMENT= Command line client for the OpenSync framework LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync CONFLICTS= msynctool-0.2* USE_BZIP2= yes -USES= cmake +USES= cmake:outsource USE_PKGCONFIG= build PLIST_FILES= bin/${PORTNAME} +BROKEN= failes to build + +post-patch: +# Help find opensync, which is apparently renamed in ports + ${REINPLACE_CMD} -e "s,opensync-1.0,libopensync,g" \ + ${WRKSRC}/cmake/modules/FindOpenSync.cmake + .include <bsd.port.mk> |