0fbbce2276
This is a GTK+ 2.x engine based on Bluecurve. It features a modern look without sacrificing (much) speed.
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# New ports collection makefile for: clearlooks
|
|
# Date created: 2005-02-26
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clearlooks
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= clearlooks
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= GTK+ 2.x engine based on Bluecurve
|
|
|
|
USE_BZIP2= yes
|
|
USE_LIBTOOL_VER=15
|
|
USE_GNOME= gtk20 gnomehier
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|