blob: 4105941313056a01256629841fc6a9c4a98ae2d4 (
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
|
# 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>
|