9fd86ed460
gnomemag -> gnome-mag gnomespeech -> gnome-speech fileroller -> file-roller gnomeaudio -> gnome-audio gnomemedia2 -> gnome-media gnomedb -> gnome-db gnomeblog -> gnome-blog gnomepim -> gnome-pim gnomeutils2 -> gnome-utils bugbuddy -> bug-buddy gnomebuild -> gnome-build gnomecommon -> gnome-common gnomecrash -> gnome-crash
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# New ports collection makefile for: gnomeblog
|
|
# Date created: 20 September 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-blog
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 2
|
|
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>
|