diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-20 15:37:03 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-20 15:37:03 +0800 |
commit | 7466925f889604df15c7f55e3440e924e076b317 (patch) | |
tree | 948ce9b50ffca1c81f1c445d3dffed46b0a305df /deskutils/gnome-blog/Makefile | |
parent | 6a121c857b326e4d5a16c690b3f4fee28f83fb24 (diff) | |
download | marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar.gz marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar.bz2 marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar.lz marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar.xz marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.tar.zst marcuscom-ports-7466925f889604df15c7f55e3440e924e076b317.zip |
Add gnomeblog-0.7.
The Makefile currently relies upon the new pygtk2 USE_GNOME macro.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-blog/Makefile')
-rw-r--r-- | deskutils/gnome-blog/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/deskutils/gnome-blog/Makefile b/deskutils/gnome-blog/Makefile new file mode 100644 index 000000000..410594131 --- /dev/null +++ b/deskutils/gnome-blog/Makefile @@ -0,0 +1,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> |