mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d880ab8306
MFH: 2014Q3
32 lines
660 B
Makefile
32 lines
660 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= obexapp
|
|
PORTVERSION= 1.4.15
|
|
PORTREVISION= 1
|
|
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:${PORTSDIR}/comms/openobex \
|
|
libexpat.so:${PORTSDIR}/textproc/expat2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= iconv readline
|
|
PLIST_FILES= bin/obexapp
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
PLIST_FILES+= man/man1/obexapp.1.gz
|
|
.else
|
|
MAKE_ENV+= NO_MAN=yes
|
|
.endif
|
|
|
|
MAKE_ENV+= NO_WERROR=yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|