aboutsummaryrefslogtreecommitdiffstats
path: root/comms/obexapp/Makefile
blob: 26c122139da550fcc09ea2d1025366c37c68a6ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    obexapp
# Date created:             22 March 2004
# Whom:                 Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#

PORTNAME=   obexapp
PORTVERSION=    1.4.14
CATEGORIES= comms net
MASTER_SITES=   http://people.freebsd.org/~emax/obexapp/

MAINTAINER= mad@madpilot.net
COMMENT=    Obex application to transfer objects to mobile equipment

LIB_DEPENDS=    openobex:${PORTSDIR}/comms/openobex \
        expat.6:${PORTSDIR}/textproc/expat2

WRKSRC=     ${WRKDIR}/${PORTNAME}

USE_ICONV=  yes
PLIST_FILES=    bin/obexapp
MAKE_JOBS_SAFE= yes

.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.mk>