2000-11-14 09:54:28 +01:00
|
|
|
# New ports collection makefile for: xenostep
|
|
|
|
# Date Created: 14 November 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-themes/xenostep/Makefile,v 1.1 2006/07/20 11:38:28 ahze Exp $
|
2000-11-14 09:54:28 +01:00
|
|
|
|
|
|
|
PORTNAME= xenostep
|
2001-02-05 17:49:17 +01:00
|
|
|
PORTVERSION= 200011270836
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
2000-11-14 09:54:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITE_SUBDIR= xenostep
|
2003-02-15 16:14:53 +01:00
|
|
|
DISTNAME= ${PORTNAME}-1.2.x
|
2000-11-14 09:54:28 +01:00
|
|
|
|
2003-01-19 21:36:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A GTK+ theme engine based on the Xenophilia and Interface engines
|
2000-11-14 09:54:28 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/XenoStep
|
|
|
|
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-11-14 09:54:28 +01:00
|
|
|
ALL_TARGET= # empty
|
|
|
|
MAKE_ENV= MKDIR="${MKDIR}"
|
|
|
|
|
|
|
|
DIRS= "XenoStep Classic" "XenoStep Classic Small" "XenoStep HeliX" \
|
|
|
|
"XenoStep HeliX Small" "XenoStep Modern" "XenoStep Modern Small"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
for dir in ${DIRS}; do \
|
2002-01-29 13:14:18 +01:00
|
|
|
destdir=`${ECHO_CMD} $${dir} | ${SED} 's| |_|g'`; \
|
2000-11-14 09:54:28 +01:00
|
|
|
${CP} -R "${WRKSRC}/$${dir}" "${WRKSRC}/$${destdir}"; \
|
|
|
|
done
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|