freebsd-ports/comms/obexapp/Makefile
Martin Wilke f9f40f6e67 - Update to 1.4.7
PR:		113018
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2007-05-27 21:53:25 +00:00

43 lines
858 B
Makefile

# New ports collection makefile for: obexapp
# Date created: 22 March 2004
# Whom: Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#
PORTNAME= obexapp
PORTVERSION= 1.4.7
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:${PORTSDIR}/comms/openobex
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_ICONV= yes
PLIST_FILES= bin/obexapp
.if !defined(NO_INSTALL_MANPAGES)
MAN1= obexapp.1
MANCOMPRESSED= yes
.else
MAKE_ENV+= NO_MAN=yes
.endif
MAKE_ENV+= NO_WERROR=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502101
IGNORE= needs 5.x from 20 Jan 2004 or later (sdpd)
.endif
.if ${OSVERSION} < 502121
# libbluetooth is only installed on i386 before this version
ONLY_FOR_ARCHS= i386
.endif
.include <bsd.port.post.mk>