diff options
author | Brian Feldman <green@FreeBSD.org> | 2001-04-11 21:01:17 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2001-04-11 21:01:17 +0000 |
commit | e69f7fd662efabf2ca8b8baff2b08b0b5998e48d (patch) | |
tree | 983cb000c0bca34c7ac2217909e514e6c4782225 /net | |
parent | Add licq-console, the Licq plugin for a curses-based UI. (diff) |
Add licq-console, the Licq plugin for a curses-based UI.
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=41301
Diffstat (limited to 'net')
-rw-r--r-- | net/licq-console/Makefile | 29 | ||||
-rw-r--r-- | net/licq-console/pkg-comment | 1 | ||||
-rw-r--r-- | net/licq-console/pkg-descr | 3 | ||||
-rw-r--r-- | net/licq-console/pkg-plist | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile new file mode 100644 index 000000000000..ac6e98f23427 --- /dev/null +++ b/net/licq-console/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: console-licq +# Date created: 18 October 2000 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= console +PORTVERSION= ${CONSOLE_LICQ_VER} +CATEGORIES= net + +MAINTAINER= green@FreeBSD.org + +USE_AUTOMAKE= yes + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LIBS="${PTHREAD_LIBS}" + +post-configure: + @${PERL5} -pi -e 's|^archive_cmds=.*nostdlib.*|| ; \ + s|^build_libtool_need_lc=.*|build_libtool_need_lc=no|' \ + ${WRKSRC}/libtool +post-install: + @${INSTALL_DATA} ${WRKSRC}/licq_console.conf \ + ${PREFIX}/etc/licq_console.conf.sample + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/net/licq/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/net/licq-console/pkg-comment b/net/licq-console/pkg-comment new file mode 100644 index 000000000000..58f347fe69cb --- /dev/null +++ b/net/licq-console/pkg-comment @@ -0,0 +1 @@ +Ncurses-based console plugin for Licq diff --git a/net/licq-console/pkg-descr b/net/licq-console/pkg-descr new file mode 100644 index 000000000000..f5fc8daa0db1 --- /dev/null +++ b/net/licq-console/pkg-descr @@ -0,0 +1,3 @@ +An ncurses console plugin for the popular icq clone licq. + +WWW: http://www.licq.org/ diff --git a/net/licq-console/pkg-plist b/net/licq-console/pkg-plist new file mode 100644 index 000000000000..c59a99e4ef31 --- /dev/null +++ b/net/licq-console/pkg-plist @@ -0,0 +1,3 @@ +etc/licq_console.conf.sample +lib/licq/licq_console.la +lib/licq/licq_console.so |