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
|
2005-12-21 23:25:55 +01:00
|
|
|
PORTVERSION= 0.4.0
|
2006-12-13 13:41:35 +01:00
|
|
|
PORTREVISION= 2
|
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}
|
|
|
|
|
2006-11-07 16:37:06 +01:00
|
|
|
MAINTAINER= laszlof@FreeBSD.org
|
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
|
|
|
|
2006-12-13 13:41:35 +01:00
|
|
|
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
2002-01-06 05:34:01 +01:00
|
|
|
|
|
|
|
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
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wmlj
|
2002-01-06 05:34:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|