2002-01-06 05:34:01 +01:00
|
|
|
# New ports collection makefile for: wmlj
|
|
|
|
# Date created: 6 January 2002
|
|
|
|
# Whom: Sergei Barbarash <sgt@outline.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmlj
|
2002-02-08 16:38:05 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-01-06 05:34:01 +01:00
|
|
|
CATEGORIES= net
|
2002-02-06 22:05:23 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-01-06 05:34:01 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= sgt@outline.ru
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A dockapp that monitors your friends list at LiveJournal.com
|
2002-01-06 05:34:01 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-01-06 05:34:01 +01:00
|
|
|
|
|
|
|
MAN1= wmlj.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|