aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2008-01-12 17:49:23 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2008-01-12 17:49:23 +0000
commita2add8814982daa1ec3c7dec822d34f7f2ecda07 (patch)
tree3f9fce6d62ef2da176d7ebee7209d0a555610134 /comms/gammu-devel
parent029730ace2e668503c6e0cdcafb2516fd41be3b0 (diff)
downloadports-a2add8814982daa1ec3c7dec822d34f7f2ecda07.tar.gz
ports-a2add8814982daa1ec3c7dec822d34f7f2ecda07.zip
Make use of gammu-config script.
Suggested by: lme
Notes
Notes: svn path=/head/; revision=205565
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r--comms/gammu-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
index 997469720c91..f2647d01f174 100644
--- a/comms/gammu-devel/Makefile
+++ b/comms/gammu-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gammu
PORTVERSION= 1.17.0
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://dl.cihar.com/gammu/releases/ \
http://dl.cihar.com/gammu/releases/
@@ -15,6 +16,7 @@ MAINTAINER= bsam@FreeBSD.org
COMMENT= GNU All Mobile Management Utilities
BUILD_DEPENDS+= cmake:${PORTSDIR}/devel/cmake
+RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
@@ -32,6 +34,7 @@ PORTDOCS= *
do-configure:
@(cd ${WRKSRC}; \
${LOCALBASE}/bin/cmake ${CMAKE_ARGS})
+ @{REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config
.include <bsd.port.pre.mk>