diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-12 17:49:23 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-01-12 17:49:23 +0000 |
commit | a2add8814982daa1ec3c7dec822d34f7f2ecda07 (patch) | |
tree | 3f9fce6d62ef2da176d7ebee7209d0a555610134 /comms/gammu | |
parent | 029730ace2e668503c6e0cdcafb2516fd41be3b0 (diff) | |
download | ports-a2add8814982daa1ec3c7dec822d34f7f2ecda07.tar.gz ports-a2add8814982daa1ec3c7dec822d34f7f2ecda07.zip |
Notes
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 997469720c91..f2647d01f174 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/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> |