37 lines
913 B
Makefile
37 lines
913 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/29 11:26:25 alek Exp $
|
||
|
|
||
|
COMMENT= "GTK+ 2.x engine based on Bluecurve"
|
||
|
|
||
|
VERSION= 0.6.2
|
||
|
DISTNAME= clearlooks-${VERSION}
|
||
|
PKGNAME= gtk2-clearlooks-engine-${VERSION}
|
||
|
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= Xrender freetype Xft 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>
|