mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
59dee64388
Approved by: portmgr (blanket)
24 lines
551 B
Makefile
24 lines
551 B
Makefile
PORTNAME= obexapp
|
|
PORTVERSION= 1.4.15
|
|
PORTREVISION= 5
|
|
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 share/man/man1/obexapp.1.gz
|
|
|
|
MAKE_ENV+= MK_WERROR=no
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|