diff options
author | rh <rh@pkgsrc.org> | 2002-11-03 08:52:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-03 08:52:25 +0000 |
commit | f400e9aee19d9dbcb5d55831f1279817737cdeb7 (patch) | |
tree | ca357d0c1fe543b44c584d59db3fe2061a7229a9 /editors/gedit/Makefile | |
parent | 80448eb14c5ad115a8e09d3c133afa0d0172f785 (diff) | |
download | pkgsrc-f400e9aee19d9dbcb5d55831f1279817737cdeb7.tar.gz |
Initial import of gedit-2.0.5, a lightweight GNOME2 text editor.
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile new file mode 100644 index 00000000000..8013a0c890a --- /dev/null +++ b/editors/gedit/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/03 08:52:25 rh Exp $ +# + +DISTNAME= gedit-2.0.5 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.0/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gedit.sourceforge.net/ +COMMENT= lightweight GNOME2 text editor + +BUILD_USES_MSGFMT= YES + +USE_PERL5= build +USE_BUILDLINK2= YES +USE_GMAKE= YES +USE_X11= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} + +.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../print/libgnomeprintui/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../devel/eel2/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |