forked from Lainports/freebsd-ports
<alanp@unixpower.org>: host unixpower.org[209.51.213.81] said: 550-Verification
failed for <trevor@FreeBSD.org> 550-unrouteable mail domain "freebsd.org"
550 Sender verify failed
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# 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= ports@FreeBSD.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>
|