aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/logjam/Makefile
blob: 2d668baec25a5163c036ba9289e2daff0376f659 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    logjam
# Date created:     13 Aug 01
# Whom:         alanp@unixpower.org
#
# $FreeBSD$
#

PORTNAME=   logjam
PORTVERSION=    3.0.4
PORTREVISION=   1
CATEGORIES= deskutils
MASTER_SITES=   http://logjam.danga.com/download/

MAINTAINER= alanp@unixpower.org
COMMENT=    A GTK interface to user journals on www.livejournal.com

LIB_DEPENDS=    curl.2:${PORTSDIR}/ftp/curl

MAN1=       logjam.1

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_GNOME=  gtk12

.include <bsd.port.mk>