aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-06-05 01:29:38 +0800
committerade <ade@FreeBSD.org>2004-06-05 01:29:38 +0800
commitca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch)
tree0f8268b015ec949860a3c2ab315d341fbbc7615c /comms
parent62cb740217d0f5aa007d7cab9d007fb551534a4f (diff)
downloadfreebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz
freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst
freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip
Sync with new bsd.autotools.mk
Diffstat (limited to 'comms')
-rw-r--r--comms/gammu-devel/Makefile3
-rw-r--r--comms/gammu/Makefile3
-rw-r--r--comms/openobex/Makefile9
-rw-r--r--comms/openobex/files/patch-Makefile.in14
4 files changed, 21 insertions, 8 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 3040af8518b2..a9cfbb659158 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/older/ \
MAINTAINER= kirill@solaris.ru
COMMENT= GNU All Mobile Management Utilities
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-
MAN1= gammu.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
+WANT_AUTOCONF_VER=253
CONFIGURE_ARGS= --disable-fbuspl2303
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 3040af8518b2..a9cfbb659158 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/older/ \
MAINTAINER= kirill@solaris.ru
COMMENT= GNU All Mobile Management Utilities
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-
MAN1= gammu.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
+WANT_AUTOCONF_VER=253
CONFIGURE_ARGS= --disable-fbuspl2303
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index deb840867ac0..9a7786c92efe 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mad@madpilot.net
COMMENT= Open source implementation of the OBEX protocol
-WANT_AUTOCONF_VER= 213
+WANT_AUTOCONF_VER= 253
WANT_AUTOMAKE_VER= 14
-USE_GMAKE= yes
-WANT_LIBTOOL_VER= 14
-INSTALLS_SHLIB= yes
+WANT_LIBTOOL_VER= 15
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/comms/openobex/files/patch-Makefile.in b/comms/openobex/files/patch-Makefile.in
new file mode 100644
index 000000000000..f782e3a86796
--- /dev/null
+++ b/comms/openobex/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+--- Makefile.in.orig Wed Oct 1 11:17:31 2003
++++ Makefile.in Fri May 28 20:00:09 2004
+@@ -164,7 +164,7 @@
+ if test -f $$p; then \
+- echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)"; \
++ $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir); \
+ else if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)"; \
++ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir); \
+ else :; fi; fi; \