mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
22 lines
517 B
Makefile
22 lines
517 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= openobex
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= http://www.hendrik-sattler.de/downloads/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Open source implementation of the OBEX protocol
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= cmake dos2unix
|
|
DOS2UNIX_FILES= CMakeLists.txt
|
|
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/lib/pkgconfig"
|
|
CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|