2003-10-01 02:22:51 +02:00
|
|
|
# New ports collection makefile for: gnomeblog
|
|
|
|
# Date created: 20 September 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomeblog
|
|
|
|
PORTVERSION= 0.7
|
2004-05-15 20:23:20 +02:00
|
|
|
PORTREVISION= 3
|
2003-10-01 02:22:51 +02:00
|
|
|
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 app to post to blogs
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-05-15 20:23:20 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix pygnome2
|
2003-10-01 02:22:51 +02:00
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-05-15 20:23:20 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/libs"
|
2003-10-01 02:22:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|