diff options
author | anray <anray@FreeBSD.org> | 2006-05-27 14:55:38 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-05-27 14:55:38 +0800 |
commit | d0e0ebf43c9d3355e3bf224cb17ff4d8fbcbb902 (patch) | |
tree | dc9f85b4799867d3467f5b6601cfd6662ddaa969 /net-im | |
parent | b664d967bfb8ccd45e3c1c931dcaa63bba14a554 (diff) | |
download | freebsd-ports-gnome-d0e0ebf43c9d3355e3bf224cb17ff4d8fbcbb902.tar.gz freebsd-ports-gnome-d0e0ebf43c9d3355e3bf224cb17ff4d8fbcbb902.tar.zst freebsd-ports-gnome-d0e0ebf43c9d3355e3bf224cb17ff4d8fbcbb902.zip |
Add psi-gentoo, Qt-based Jabber client with Gentoo patches and enhancements.
PR: ports/96745
Submitted by: Shaun Amott <shaun@inerd.com>
Requested by + initial work: Stephan Maka
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/psi-gentoo/Makefile | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 1869b66ca92f..8b2ce937bf71 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -98,6 +98,7 @@ SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-XMPP SUBDIR += psi + SUBDIR += psi-gentoo SUBDIR += py-jabber SUBDIR += py-twistedWords SUBDIR += py-xmpppy diff --git a/net-im/psi-gentoo/Makefile b/net-im/psi-gentoo/Makefile new file mode 100644 index 000000000000..4d339e1bc230 --- /dev/null +++ b/net-im/psi-gentoo/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: psi-gentoo +# Date created: 2006-05-02 +# Whom: Shaun Amott <shaun@inerd.com> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../psi + +COMMENT= A Qt-based Jabber client with Gentoo patches and enhancements + +OPTIONS= # Empty + +WITH_GENTOO_EXTRAS= yes + +.include "${MASTERDIR}/Makefile" |