diff options
Diffstat (limited to 'x11/gtk2-engines-industrial/Makefile')
-rw-r--r-- | x11/gtk2-engines-industrial/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/gtk2-engines-industrial/Makefile b/x11/gtk2-engines-industrial/Makefile new file mode 100644 index 00000000000..ad05e1c93c2 --- /dev/null +++ b/x11/gtk2-engines-industrial/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 10:20:48 jmmv Exp $ +# + +DISTNAME= GTK2-Industrial +PKGNAME= gtk2-engines-industrial-20030725 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GNOME:=teams/art.gnome.org/themes/gtk2/} + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://art.gnome.org/ +COMMENT= Black and white theme for GTK+ 2.x + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_DIRS+= xdg-1.1 +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +WRKSRC= ${WRKDIR}/GTK2-Industrial-Engine + +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +BUILD_DIRS= ${WRKSRC}/gtk2-engine +INSTALL_DIRS= ${WRKSRC}/gtk2-engine + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |