diff options
Diffstat (limited to 'x11-themes/xenophilia/Makefile')
-rw-r--r-- | x11-themes/xenophilia/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/xenophilia/Makefile b/x11-themes/xenophilia/Makefile deleted file mode 100644 index a3e856502db7..000000000000 --- a/x11-themes/xenophilia/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xenophilia -# Date Created: 1 June 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xenophilia -PORTVERSION= 0.4 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.obsession.se/johan/gtk/ -DISTNAME= Xenophilia-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" -ALL_TARGET= # empty - -pre-install: - @${MKDIR} ${PREFIX}/lib/gtk/themes/engines - -.include <bsd.port.mk> |