f7e868876b
gtk-engines2 provides three sample theme engines for GTK+2: * Pixmap: A generic engine that renders using pixmaps. One theme using this theme engine is included. * Metal: A fairly complete theme engine that looks like the Java-Metal look of Swing. * Redmond95: A simple theme engine that looks a bit like Microsoft Windows95.
34 lines
891 B
Makefile
34 lines
891 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/12 09:33:01 nino Exp $
|
|
|
|
COMMENT= "collection of theme engines for GTK+2"
|
|
|
|
DISTNAME= gtk-engines-1.9.0
|
|
PKGNAME= gtk-engines2-1.9.0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
MAINTAINER= Nils Nordman <nino@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.2/sources/gtk-engines/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.9.0:devel/pkgconfig
|
|
LIB_DEPENDS= gdk-x11-2.0.=0,gdk_pixbuf-2.0.=0,gtk-x11-2.0.=0::x11/gtk+2
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/themes/Pixmap/gtk-2.0
|
|
${INSTALL_DATA} ${WRKSRC}/pixbuf/examples/bubble/gtk-2.0/* ${PREFIX}/share/themes/Pixmap/gtk-2.0
|
|
|
|
.include <bsd.port.mk>
|