mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add silky 0.4.2, a simple and easy to use graphical,
os-independent SILC client. Silky is intended to contain all necessary features of a SILC client, while keeping the UI as simple and clean as possible. PR: 60849 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
This commit is contained in:
parent
5d3ed5c36a
commit
4bad1a7b6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97238
@ -656,6 +656,7 @@
|
||||
SUBDIR += sharity-light
|
||||
SUBDIR += silc-client
|
||||
SUBDIR += silc-server
|
||||
SUBDIR += silky
|
||||
SUBDIR += simicq
|
||||
SUBDIR += sing
|
||||
SUBDIR += sipcalc
|
||||
|
40
net/silky/Makefile
Normal file
40
net/silky/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: silky
|
||||
# Date created: 2003.12.16
|
||||
# Whom: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= silky
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://rusunix.org/pub/FreeBSD/distfiles/
|
||||
MASTER_SITE_SUBDIR= silky
|
||||
|
||||
MAINTAINER= aquatique@rusunix.org
|
||||
COMMENT= A simple and easy to use graphical, os-independent SILC client
|
||||
|
||||
LIB_DEPENDS= silcclient-1.0.2:${PORTSDIR}/devel/silc-toolkit
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \
|
||||
--with-silc-libs=${LOCALBASE}/lib \
|
||||
--with-docdir=${DOCSDIR}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}"
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in
|
||||
@${PERL} -pi -e 's|/etc/|${LOCALBASE}/etc/|' ${WRKSRC}/src/main.c
|
||||
@${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \
|
||||
s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/silky/distinfo
Normal file
1
net/silky/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (silky-0.4.2.tar.gz) = 71de654fdbb73e01ffb39aaf30ac0cce
|
6
net/silky/pkg-descr
Normal file
6
net/silky/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Silky is a simple and easy to use graphical, os-independent SILC client.
|
||||
|
||||
Silky is intended to contain all necessary features of a SILC client,
|
||||
while keeping the UI as simple and clean as possible.
|
||||
|
||||
WWW: http://silky.sourceforge.net
|
23
net/silky/pkg-plist
Normal file
23
net/silky/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
bin/silky
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/pixmaps/silky_icon.png
|
||||
share/silky/silky.glade
|
||||
share/silky/silky-channel.glade
|
||||
share/silky/silky-channel-label.glade
|
||||
share/silky/silky-query.glade
|
||||
share/silky/silky-query-label.glade
|
||||
share/locale/de/LC_MESSAGES/silky.mo
|
||||
share/locale/fi/LC_MESSAGES/silky.mo
|
||||
share/locale/it/LC_MESSAGES/silky.mo
|
||||
share/locale/sk/LC_MESSAGES/silky.mo
|
||||
share/locale/ru/LC_MESSAGES/silky.mo
|
||||
share/gnome/apps/Applications/silky.desktop
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
|
||||
@dirrm share/silky
|
Loading…
Reference in New Issue
Block a user