mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Use tradional way to install application
- Cleanup port, update description and plist Approved by: Ilya Bakulin (maintainer via IM) Approved by: miwi, tabthorpe (mentors implicit)
This commit is contained in:
parent
387d3bf9c0
commit
d6c3421314
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247699
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= qutim
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \
|
||||
@ -14,7 +15,7 @@ MASTER_SITES= http://dl.kibab.com/distfiles/qutim/ \
|
||||
DISTNAME= qutim_${PORTVERSION}_svn529
|
||||
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
COMMENT= A Qt4-based lightweight ICQ client with advanced features
|
||||
COMMENT= A Qt4-based lightweight multiprotocol client with advanced features
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 4
|
||||
@ -29,20 +30,6 @@ CMAKE_USE_PTHREAD= yes
|
||||
CMAKE_VERBOSE= yes
|
||||
CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1
|
||||
|
||||
PLIST_FILES= bin/qutim \
|
||||
include/qutim/plugininterface.h \
|
||||
include/qutim/protocolinterface.h \
|
||||
include/qutim/iconmanagerinterface.h
|
||||
PLIST_DIRS= include/qutim
|
||||
|
||||
WRKSRC= ${WRKDIR}/qutim
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/include/qutim
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/qutim ${PREFIX}/bin
|
||||
@${INSTALL_DATA} ${WRKSRC}/include/qutim/plugininterface.h ${PREFIX}/include/qutim
|
||||
@${INSTALL_DATA} ${WRKSRC}/include/qutim/protocolinterface.h ${PREFIX}/include/qutim
|
||||
@${INSTALL_DATA} ${WRKSRC}/include/qutim/iconmanagerinterface.h ${PREFIX}/include/qutim
|
||||
@${STRIP_CMD} ${PREFIX}/bin/qutim
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
qutIM is an ICQ client. It offers a shiny QT4-based look
|
||||
and extra features like ICQ X-statuses, spam control,
|
||||
qutIM is a multiprotocol IM client, supports Jabber, ICQ and some other protocols.
|
||||
It offers a shiny QT4-based look and extra features like spam control,
|
||||
tabbed chat windows and others.
|
||||
|
||||
Author: Rustam Chakin qtim.develop@gmail.com
|
||||
Author: Rustam Chakin qutim.develop@gmail.com
|
||||
WWW: http://sourceforge.net/projects/qutim
|
||||
|
18
net-im/qutim/pkg-plist
Normal file
18
net-im/qutim/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/qutim
|
||||
include/qutim/iconmanagerinterface.h
|
||||
include/qutim/layerinterface.h
|
||||
include/qutim/layerscity.h
|
||||
include/qutim/plugininterface.h
|
||||
include/qutim/protocolinterface.h
|
||||
include/qutim/settings.h
|
||||
share/applications/qutim.desktop
|
||||
share/cmake/Modules/FindQutIM.cmake
|
||||
share/cmake/Modules/qutimuic.cmake
|
||||
share/icons/hicolor/64x64/apps/qutim.png
|
||||
share/pixmaps/qutim.xpm
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrmtry share/applications
|
||||
@dirrm include/qutim
|
Loading…
Reference in New Issue
Block a user