2004-03-23 21:01:18 +01:00
|
|
|
# New ports collection makefile for: obexapp
|
|
|
|
# Date created: 22 March 2004
|
|
|
|
# Whom: Guido Falsi <mad@madpilot.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= obexapp
|
2004-07-17 20:28:11 +02:00
|
|
|
PORTVERSION= 1.3
|
2004-03-23 21:01:18 +01:00
|
|
|
CATEGORIES= comms net
|
|
|
|
MASTER_SITES= http://www.geocities.com/m_evmenkin/
|
|
|
|
|
|
|
|
MAINTAINER= mad@madpilot.net
|
|
|
|
COMMENT= Obex application to transfer objects to mobile equipment
|
|
|
|
|
|
|
|
LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
MAN1= obexapp.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
PLIST_FILES= bin/obexapp
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 502101
|
|
|
|
IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd)
|
|
|
|
.endif
|
|
|
|
|
2004-07-12 21:49:08 +02:00
|
|
|
.if ${OSVERSION} < 502121
|
|
|
|
# libbluetooth is only installed on i386 before this version
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.endif
|
|
|
|
|
2004-03-23 21:01:18 +01:00
|
|
|
.include <bsd.port.post.mk>
|