From e2e8b3ae6b5e2bed8cf5411c4b32fd87a1bc8976 Mon Sep 17 00:00:00 2001 From: ahze Date: Sat, 30 Sep 2006 03:01:22 +0000 Subject: - Move to LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7382 df743ca5-7f9a-e211-a948-0013205c9059 --- net/silky/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ net/silky/distinfo | 3 +++ net/silky/pkg-descr | 6 ++++++ net/silky/pkg-plist | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+) create mode 100644 net/silky/Makefile create mode 100644 net/silky/distinfo create mode 100644 net/silky/pkg-descr create mode 100644 net/silky/pkg-plist (limited to 'net') diff --git a/net/silky/Makefile b/net/silky/Makefile new file mode 100644 index 000000000..f92b13814 --- /dev/null +++ b/net/silky/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: silky +# Date created: 2003.12.16 +# Whom: Evgueni V. Gavrilov +# +# $FreeBSD$ +# + +PORTNAME= silky +PORTVERSION= 0.5.4 +PORTREVISION= 3 +CATEGORIES= net security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://rusunix.org/pub/FreeBSD/distfiles/ +MASTER_SITE_SUBDIR= silky + +MAINTAINER= aquatique-ports@rambler.ru +COMMENT= A simple and easy to use graphical, os-independent SILC client + +LIB_DEPENDS= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-silc-include=${LOCALBASE}/include/silc \ + --with-silc-libs=${LOCALBASE}/lib \ + --with-docdir=${DOCSDIR} \ + --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +USE_GNOME= gtk20 libglade2 gnomelibs +USE_GMAKE= yes +USE_PERL5= yes + +post-patch: + @${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in + @${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \ + s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include diff --git a/net/silky/distinfo b/net/silky/distinfo new file mode 100644 index 000000000..da56f879c --- /dev/null +++ b/net/silky/distinfo @@ -0,0 +1,3 @@ +MD5 (silky-0.5.4.tar.gz) = ef7a583bfb612ec16b3437f56e5c72a3 +SHA256 (silky-0.5.4.tar.gz) = 3d2810e9967c06038b428632a44d7d4d3f94d3b0e0b09a8db469aac9437e8147 +SIZE (silky-0.5.4.tar.gz) = 866262 diff --git a/net/silky/pkg-descr b/net/silky/pkg-descr new file mode 100644 index 000000000..358691653 --- /dev/null +++ b/net/silky/pkg-descr @@ -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 diff --git a/net/silky/pkg-plist b/net/silky/pkg-plist new file mode 100644 index 000000000..160d5da00 --- /dev/null +++ b/net/silky/pkg-plist @@ -0,0 +1,35 @@ +bin/silky +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.distributions +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/README.win32 +%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes +%%DATADIR%%/silky.conf +%%DATADIR%%/servers.conf +%%DATADIR%%/silky.glade +%%DATADIR%%/silky-channel.glade +%%DATADIR%%/silky-query.glade +%%DATADIR%%/tips.txt +%%DATADIR%%/silky_logo_small.png +share/locale/af/LC_MESSAGES/silky.mo +share/locale/de/LC_MESSAGES/silky.mo +share/locale/en_CA/LC_MESSAGES/silky.mo +share/locale/es/LC_MESSAGES/silky.mo +share/locale/fi/LC_MESSAGES/silky.mo +share/locale/fr/LC_MESSAGES/silky.mo +share/locale/hu/LC_MESSAGES/silky.mo +share/locale/it/LC_MESSAGES/silky.mo +share/locale/nl/LC_MESSAGES/silky.mo +share/locale/ro/LC_MESSAGES/silky.mo +share/locale/ru/LC_MESSAGES/silky.mo +share/locale/sk/LC_MESSAGES/silky.mo +share/locale/sv/LC_MESSAGES/silky.mo +share/locale/zh_CN/LC_MESSAGES/silky.mo +share/gnome/apps/Applications/silky.desktop +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%% -- cgit v1.2.3