diff options
Diffstat (limited to 'editors/scribes/Makefile')
-rw-r--r-- | editors/scribes/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile new file mode 100644 index 000000000..4689d80b8 --- /dev/null +++ b/editors/scribes/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: scribes +# Date created: 24 November 2006 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= scribes +PORTVERSION= 0.3.2.8 +PORTREVISION= 1 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pav@FreeBSD.org +COMMENT= Slick yet powerful text editor for GNOME + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= pygnomedesktop pygnomeextras gnomeprefix +USE_PYTHON= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= scribes.schemas +INSTALLS_ICONS= yes +INSTALLS_OMF= yes + +.include <bsd.port.mk> |