diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-themes/gtk-lila-theme/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz 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/gtk-lila-theme/Makefile')
-rw-r--r-- | x11-themes/gtk-lila-theme/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile deleted file mode 100644 index d2224edcd..000000000 --- a/x11-themes/gtk-lila-theme/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gtk-lila-theme -# Date Created: 2 Feb 2005 -# Whom: Filippo Natali <filippo@widestore.net> -# -# $FreeBSD$ -# - -PORTNAME= gtk-lila-theme -PORTVERSION= 0.5.5 -PORTREVISION= 1 -CATEGORIES= x11-themes gnome -MASTER_SITES= http://lila-theme.uni.cc/files/tarballs/ -DISTNAME= lila-gtk-${PORTVERSION} - -MAINTAINER= filippo.natali@gmail.com -COMMENT= GTK+ 2.0 Lila theme - -WRKSRC= ${WRKDIR} - -NO_BUILD= yes -USE_GNOME= gtk20 -USE_BZIP2= yes - -do-install: - @${MKDIR} ${PREFIX}/share/themes - @${CP} -R ${WRKDIR}/lila-gtk/GorLila ${PREFIX}/share/themes - @${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${PREFIX}/share/themes - -.include <bsd.port.mk> |