37 lines
918 B
Makefile
37 lines
918 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/01/18 08:24:43 steven Exp $
|
|
|
|
COMMENT= "GTK+ 2.x engine based on Bluecurve"
|
|
|
|
VERSION= 0.6.2
|
|
DISTNAME= clearlooks-${VERSION}
|
|
PKGNAME= gtk2-clearlooks-engine-${VERSION}p2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://clearlooks.sourceforge.net/
|
|
|
|
MAINTAINER= Douglas Santos <dsantos@hydroxyl.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clearlooks/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WANTLIB= Xext Xft Xrender freetype m X11 fontconfig \
|
|
atk-1.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 glib-2.0.0.0 \
|
|
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= gdk-x11-2.0.600.10,gdk_pixbuf-2.0.600.10,gtk-x11-2.0.600.10::x11/gtk+2
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
|
|
SHARED_ONLY= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|