openbsd-ports/x11/gtksourceview/Makefile

32 lines
803 B
Makefile
Raw Normal View History

2004-08-10 07:16:43 -04:00
# $OpenBSD: Makefile,v 1.3 2004/08/10 11:16:44 xsa Exp $
COMMENT= "Text widget that extends GTK2's GtkTextView widget"
DISTNAME= gtksourceview-1.0.1
CATEGORIES= x11
HOMEPAGE= http://www.gnome.org/softwaremap/projects/gtksourceview
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.0/}
EXTRACT_SUFX= .tar.bz2
2004-08-10 07:16:43 -04:00
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gnomeprintui-2-2::x11/gnome/libgnomeprintui \
gnomevfs-2::x11/gnome/vfs2 \
gtk-x11-2.0.400.0,gdk-x11-2.0.400.0,gdk_pixbuf-2.0.400.0::x11/gtk+2
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>