aboutsummaryrefslogtreecommitdiffstats
path: root/comms/openobex/Makefile
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-05 00:13:09 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-05 00:13:09 +0800
commite0b580af89ed34de8c598d1515e0a996ab938a73 (patch)
treeb85d78fd3c37003412224a5cc9142945abd1ff85 /comms/openobex/Makefile
parent87ef27e3d1a2477546d1685fd7c1308ae55ce183 (diff)
downloadfreebsd-ports-gnome-e0b580af89ed34de8c598d1515e0a996ab938a73.tar.gz
freebsd-ports-gnome-e0b580af89ed34de8c598d1515e0a996ab938a73.tar.zst
freebsd-ports-gnome-e0b580af89ed34de8c598d1515e0a996ab938a73.zip
Update to version 1.3
Patches applied upstream PR: ports/105854 Submitted by: Matthew West <mwest@uct.ac.za> Approved by: Guido Falsi <mad@madpilot.net> (maintainer)
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>