mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add krdesktop 1.0, kDE Frontend for rdesktop.
PR: 39889 Submitted by: Matt Douhan <matt@athame.co.uk>
This commit is contained in:
parent
de9d7ea0f9
commit
4df34b5c86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62056
@ -218,6 +218,7 @@
|
||||
SUBDIR += kmsn
|
||||
SUBDIR += konverse
|
||||
SUBDIR += kopete
|
||||
SUBDIR += krdesktop
|
||||
SUBDIR += kxicq2
|
||||
SUBDIR += lam
|
||||
SUBDIR += lambdamoo
|
||||
|
34
net/krdesktop/Makefile
Normal file
34
net/krdesktop/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: krdesktop
|
||||
# Date created: 23 June 2002
|
||||
# Whom: Matt Douhan <matt@athame.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= krdesktop
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= http://krazykiwi.homeip.net/netwizard/krdesktop/
|
||||
DISTNAME= ${PORTNAME:S/kr/KR/}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= matt@athame.co.uk
|
||||
|
||||
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop-devel
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_REINPLACE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
REINPLACE_ARGS= -E -i.bak
|
||||
|
||||
MAKE_ENV= QTDIR=${QT_PREFIX} \
|
||||
KDEDIR=${LOCALBASE} \
|
||||
MOC=${MOC}
|
||||
|
||||
CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^(CXX|MOC|CXXFLAGS)\+?=,\1?=,g' \
|
||||
-e 's,(\$$\(CXX\) )(\$$\(CXXFLAGS),\1-c \2,g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/krdesktop/distinfo
Normal file
1
net/krdesktop/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (KRdesktop-1.0.tar.gz) = dc0de52625d8351fe7e5990e8d8a2b36
|
1
net/krdesktop/pkg-comment
Normal file
1
net/krdesktop/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
KDE Frontend for rdesktop
|
5
net/krdesktop/pkg-descr
Normal file
5
net/krdesktop/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a cvs snapshot of krdesktop, a rdesktop GUI.
|
||||
|
||||
WWW: http://krazykiwi.homeip.net/netwizard/krdesktop/
|
||||
|
||||
- Matt Douhan et al. <matt@athame.co.uk>
|
1
net/krdesktop/pkg-plist
Normal file
1
net/krdesktop/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/krdesktop
|
Loading…
Reference in New Issue
Block a user