summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-blog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-blog/Makefile')
-rw-r--r--deskutils/gnome-blog/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile
deleted file mode 100644
index 410594131..000000000
--- a/deskutils/gnome-blog/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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>