blob: 3103a8d74e38c59386c4e3c844dd0e8c92546dfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gnomeblog
# Date created: 20 September 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnome-blog/Makefile,v 1.3 2007/05/01 17:12:09 ahze Exp $
PORTNAME= gnome-blog
PORTVERSION= 0.8
PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-blog/0.8
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
USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/libs"
GCONF_SCHEMAS= gnomeblog.schemas
.include <bsd.port.mk>
|