summaryrefslogtreecommitdiffstats
path: root/deskutils/gnomeblog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnomeblog/Makefile')
-rw-r--r--deskutils/gnomeblog/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/deskutils/gnomeblog/Makefile b/deskutils/gnomeblog/Makefile
new file mode 100644
index 000000000..410594131
--- /dev/null
+++ b/deskutils/gnomeblog/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnomeblog
+# Date created: 20 September 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomeblog
+PORTVERSION= 0.7
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-blog/0.7
+DISTNAME= gnome-blog-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME panel applet to post to blogs
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack pygtk2
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/libs"
+
+.include <bsd.port.mk>