mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
34 lines
653 B
Makefile
34 lines
653 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= openobex:${PORTSDIR}/comms/openobex \
|
|
expat:${PORTSDIR}/textproc/expat2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= iconv
|
|
PLIST_FILES= bin/obexapp
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
MAN1= obexapp.1
|
|
MANCOMPRESSED= yes
|
|
.else
|
|
MAKE_ENV+= NO_MAN=yes
|
|
.endif
|
|
|
|
MAKE_ENV+= NO_WERROR=yes
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|