mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= obexapp
|
|
PORTVERSION= 1.4.15
|
|
PORTREVISION= 4
|
|
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>
|