diff options
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/logjam2/Makefile | 24 | ||||
-rw-r--r-- | deskutils/logjam2/distinfo | 1 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 9446b8931e43..1a897ee02e91 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -27,6 +27,7 @@ SUBDIR += kronolith SUBDIR += krss SUBDIR += logjam + SUBDIR += logjam2 SUBDIR += loserjabber SUBDIR += mcal SUBDIR += mencal diff --git a/deskutils/logjam2/Makefile b/deskutils/logjam2/Makefile new file mode 100644 index 000000000000..4631226ebcf6 --- /dev/null +++ b/deskutils/logjam2/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: logjam2 +# Date created: 30 Oct 2002 +# Whom: michael johnson <ahze@rgv.net> +# +# $FreeBSD$ +# + +PORTNAME= logjam2 +PORTVERSION= 4.0.0 +CATEGORIES= deskutils +MASTER_SITES= http://logjam.danga.com/download/ + +MAINTAINER= ahze@rgv.net + +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ + gtkspell.0:${PORTSDIR}/textproc/gtkspell2 + +MAN1= logjam.1 + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/deskutils/logjam2/distinfo b/deskutils/logjam2/distinfo new file mode 100644 index 000000000000..c84d56d60ca7 --- /dev/null +++ b/deskutils/logjam2/distinfo @@ -0,0 +1 @@ +MD5 (logjam-4.0.0.tar.gz) = 8bc409c821c08ed2955feb3423aed7d7 diff --git a/deskutils/logjam2/pkg-comment b/deskutils/logjam2/pkg-comment new file mode 100644 index 000000000000..9fae12e82336 --- /dev/null +++ b/deskutils/logjam2/pkg-comment @@ -0,0 +1 @@ +A GTK interface to user journals on www.livejournal.com diff --git a/deskutils/logjam2/pkg-descr b/deskutils/logjam2/pkg-descr new file mode 100644 index 000000000000..5a6b2a106c4e --- /dev/null +++ b/deskutils/logjam2/pkg-descr @@ -0,0 +1,6 @@ +"LiveJournal.com... because you like to think other people care." +LogJam is a GTK-2 client for LiveJournal. It sits unobtrusively in the +corner of your screen, waiting for you to have something worthwhile to +tell the world. + +WWW: http://logjam.danga.com/ diff --git a/deskutils/logjam2/pkg-plist b/deskutils/logjam2/pkg-plist new file mode 100644 index 000000000000..798f28ae126c --- /dev/null +++ b/deskutils/logjam2/pkg-plist @@ -0,0 +1 @@ +bin/logjam |