openbsd-ports/x11/gtk-thinice-engine/Makefile
marcm 6d25b60083 Mark this as conflicting with gnome-themes.
Remove myself as MAINTAINER.
2003-12-09 18:13:32 +00:00

28 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.4 2003/12/09 18:13:32 marcm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "simple, clean theme engine for GTK+2"
VERSION= 2.0.2
DISTNAME= gtk-thinice-engine-${VERSION}
CATEGORIES= x11
HOMEPAGE= http://thinice.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thinice/}
BUILD_DEPENDS= :pkgconfig->=0.9.0:devel/pkgconfig
LIB_DEPENDS= gdk-x11-2.0.0.11,gdk_pixbuf-2.0.0.11,gtk-x11-2.0.0.11::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>