summaryrefslogtreecommitdiffstats
path: root/x11-themes/clearlooks/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-themes/clearlooks/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/clearlooks/Makefile')
-rw-r--r--x11-themes/clearlooks/Makefile74
1 files changed, 0 insertions, 74 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
deleted file mode 100644
index 7cd85e60a..000000000
--- a/x11-themes/clearlooks/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: clearlooks
-# Date created: 2005-02-26
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-themes/clearlooks/Makefile,v 1.4 2005/10/14 20:39:59 adamw Exp $
-#
-
-PORTNAME?= clearlooks
-PORTVERSION= 0.6.2
-PORTREVISION= 4
-CATEGORIES= x11-themes
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= clearlooks
-DISTNAME= clearlooks-${PORTVERSION}
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT?= GTK+ 2.x engine based on Bluecurve
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk20
-INSTALLS_ICONS= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}/lib"
-
-.if defined(PORTNAME) && ${PORTNAME} == "clearlooks"
-OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off \
- METACITY "Depend on MetaCity Theme" On
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${PORTNAME} == "clearlooks"
-CONFLICTS+= gtk-engines2-[0-9]* clearlooks-themes[0-9]*
-PLIST_SUB+= ENGINE=""
-.else
-CONFLICTS+= clearlooks-[0-9]*
-
-BUILD_DEPENDS+= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
-RUN_DEPENDS+= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
-
-BUILD_WRKSRC= ${WRKSRC}/themes
-INSTALL_WRKSRC= ${WRKSRC}/themes
-
-PLIST_SUB+= ENGINE="@comment "
-.endif
-
-.if !defined(WITHOUT_METACITY) && ${PORTNAME}=="clearlooks"
-RUN_DEPENDS+= ${LOCALBASE}/share/gnome/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity
-.endif
-
-.if defined(WITH_ANIMATION)
-CONFIGURE_ARGS+= --enable-animation
-.endif
-
-.if ${PORTNAME} == "clearlooks"
-pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \
- ${ECHO_MSG} ; \
- ${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clearlooks-themes instead" ; \
- ${ECHO_MSG} ; \
- ${FALSE}; \
- fi
-.endif
-
-post-patch:
-.if ${PORTNAME} != "clearlooks"
- @${REINPLACE_CMD} -e 's|gtkrc||' \
- ${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>