summaryrefslogtreecommitdiffstats
path: root/comms/obexapp/Makefile
blob: c0fa944b9f5c4151b5a274a19c3d2266504a5964 (plain)
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
# $FreeBSD$

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

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Obex application to transfer objects to mobile equipment

LIB_DEPENDS=	libopenobex.so:comms/openobex \
		libexpat.so:textproc/expat2

WRKSRC=		${WRKDIR}/${PORTNAME}

USES=		iconv readline uidfix
PLIST_FILES=	bin/obexapp man/man1/obexapp.1.gz

MAKE_ENV+=	NO_WERROR=yes

post-patch:
	@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile

.include <bsd.port.mk>
OpenPOWER on IntegriCloud