summaryrefslogtreecommitdiff
path: root/comms/openobex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r--comms/openobex/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index 7d7cf5d69a2f..4a383dbb1b7e 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= openobex
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= comms net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,10 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mad@madpilot.net
COMMENT= Open source implementation of the OBEX protocol
-USE_AUTOTOOLS= automake:14:env autoheader:253 autoconf:253 libtool:15
+USE_AUTOTOOLS= automake:14:env autoheader:259 autoconf:259 libtool:15
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --program-transform-name=""
+CONFIGURE_ARGS+= --program-transform-name="" \
+ --disable-usb
+
+post-configure:
+ @ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>