summaryrefslogtreecommitdiffstats
path: root/x11-themes/rezlooks/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/rezlooks/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/rezlooks/Makefile')
-rw-r--r--x11-themes/rezlooks/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile
deleted file mode 100644
index 0aff86d76..000000000
--- a/x11-themes/rezlooks/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: rezlooks
-# Date created: 2006-07-02
-# Whom: brandoncash@gmail.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= rezlooks
-PORTVERSION= 0.6
-PORTREVISION= 1
-CATEGORIES= x11-themes
-MASTER_SITES= http://www.gnome-look.org/content/files/
-DISTNAME= 39179-rezlooks-${PORTVERSION}
-
-MAINTAINER= brandoncash@gmail.com
-COMMENT= GTK+ 2.x engine based on Clearlooks
-
-WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION}
-
-GNU_CONFIGURE= yes
-USE_GNOME= gtk20
-
-OPTIONS+= ANIMATION "Animation support" On
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not build on 4.x
-.endif
-
-.if !defined(WITHOUT_ANIMATION)
-CONFIGURE_ARGS+= --enable-animation
-.endif
-
-.include <bsd.port.post.mk>