Update to version 4.0.4
PR: ports/73350 Submitted by: Ports Fury
This commit is contained in:
parent
159423ec65
commit
e052ba8cae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120599
4 changed files with 15 additions and 9 deletions
|
@ -5,21 +5,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kphone
|
||||
PORTVERSION= 4.0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.0.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.wirlab.net/kphone/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A voice over internet phone
|
||||
|
||||
USE_QT_VER= 3
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_QT_VER= 3
|
||||
USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= QTDIR="${X11BASE}"
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-O3,${CFLAGS} ${PTHREAD_CFLAGS}," ${WRKSRC}/configure
|
||||
|
@ -35,5 +35,7 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/kphone/kphone ${PREFIX}/bin
|
||||
${MKDIR} ${DATADIR}/icons
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DATADIR}/icons
|
||||
${MKDIR} ${DATADIR}/translations
|
||||
${INSTALL_DATA} ${WRKSRC}/po/*.qm ${DATADIR}/translations
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (kphone-4.0.3.tar.gz) = 2368fcb845b7dc75f1de96ca047b29d0
|
||||
SIZE (kphone-4.0.3.tar.gz) = 220383
|
||||
MD5 (kphone-4.0.4.tar.gz) = 38efef869ce23a33fb61442f2498a650
|
||||
SIZE (kphone-4.0.4.tar.gz) = 255515
|
||||
|
|
|
@ -3,4 +3,4 @@ can initiate VoIP (Voice over IP) connections over the Internet.
|
|||
It supports Presence and Instant Messaging, and to some extent
|
||||
also video calls between two hosts.
|
||||
|
||||
WWW: http://www.wirlab.net/
|
||||
WWW: http://www.wirlab.net/kphone/
|
||||
|
|
|
@ -9,5 +9,9 @@ bin/kphone
|
|||
%%DATADIR%%/icons/online.png
|
||||
%%DATADIR%%/icons/phonebook.png
|
||||
%%DATADIR%%/icons/videocall.png
|
||||
%%DATADIR%%/translations/kphone_de.qm
|
||||
%%DATADIR%%/translations/kphone_fi.qm
|
||||
%%DATADIR%%/translations/kphone_pt_BR.qm
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue