aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-20 17:03:59 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-20 17:03:59 +0000
commit7cfd54f2208ed40e0fadf0189a0491e56ec4f13e (patch)
tree747a8b9637eb7e5c6250bbf07d02f3c194031cf8 /comms/gammu-devel/Makefile
parent45e60cbc9b7134c86958e4861f07b3982467e739 (diff)
Notes
Diffstat (limited to 'comms/gammu-devel/Makefile')
-rw-r--r--comms/gammu-devel/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 29d000387979..302b405c668d 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gammu
-PORTVERSION= 1.01.0
+PORTVERSION= 1.02.0
CATEGORIES= comms
MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/
@@ -16,11 +16,20 @@ COMMENT= GNU All Mobile Management Utilities
MAN1= gammu.1
USE_GMAKE= yes
USE_GNOME= pkgconfig
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
WANT_AUTOCONF_VER=259
INSTALLS_SHLIB= yes
+PORTDOCS= *
+
CONFIGURE_ARGS= --disable-bluerfsearch
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
+post-patch:
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's@ installdocs@@g' \
+ ${WRKSRC}/cfg/Makefile.glo
+.endif
+
.include <bsd.port.mk>