mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
26 lines
498 B
Makefile
26 lines
498 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= obexapp
|
|
PORTVERSION= 1.4.15
|
|
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:comm/libopenobex
|
|
#LIB_DEPENDS+= libexpat.so:text/libexpat2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES+= uidfix
|
|
|
|
MAKE_ENV+= NO_WERROR=yes
|
|
|
|
#post-patch:
|
|
# ${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|