freebsd-ports/comms/openobex/Makefile
Bernhard Froehlich f05331dd01
comms/openobex: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 19:35:39 +00:00

25 lines
591 B
Makefile

PORTNAME= openobex
PORTVERSION= 1.7.2
CATEGORIES= comms net
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Open source implementation of the OBEX protocol
USE_LDCONFIG= yes
USES= cmake:insource cpe dos2unix
DOS2UNIX_FILES= CMakeLists.txt
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
OPTIONS_DEFINE= DOXYGEN
.if defined(PACKAGE_BUILDING)
OPTIONS_DEFAULT+= DOXYGEN
.endif
OPTIONS_SUB=yes
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CMAKE_OFF= -DBUILD_DOCUMENTATION=OFF
.include <bsd.port.mk>