blob: 86df4cb609d487e8c9e67a0cba96eff81712adb7 (
plain)
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
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $
PORTNAME= gnome-blog
PORTVERSION= 0.9.1
PORTREVISION= 7
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME app to post to blogs
USE_BZIP2= yes
USE_PYTHON= yes
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gnomeblog.schemas
NO_STAGE= yes
.include <bsd.port.mk>
|