summaryrefslogtreecommitdiff
path: root/net/wmlj/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-06 04:34:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-06 04:34:01 +0000
commit681c8fa929078656b82e8039aa24d66215ee4a6f (patch)
tree608ad3a3f8f8a8cbc6fd91783bd207cfafe71aba /net/wmlj/Makefile
parentAdd patch to fix configure script detecting gcc version (diff)
Add port net/wmlj - a dockapp that monitors your friends on livejournal.com
PR: 33594 Submitted by: Sergei Barbarash <sgt@outline.ru>
Notes
Notes: svn path=/head/; revision=52640
Diffstat (limited to 'net/wmlj/Makefile')
-rw-r--r--net/wmlj/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/wmlj/Makefile b/net/wmlj/Makefile
new file mode 100644
index 000000000000..d2a9a0cbc3dc
--- /dev/null
+++ b/net/wmlj/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: wmlj
+# Date created: 6 January 2002
+# Whom: Sergei Barbarash <sgt@outline.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmlj
+PORTVERSION= 0.1
+CATEGORIES= net
+MASTER_SITES= http://telia.dl.sourceforge.net/wmlj/ \
+ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= sgt@outline.ru
+
+LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
+
+GNU_CONFIGURE= yes
+USE_GTK= yes
+
+MAN1= wmlj.1
+
+.include <bsd.port.mk>