1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11-themes/xenostep/Makefile
Mario Sergio Fujikawa Ferreira c4e8cae589 Deploy USE_GNOMENG infrastructure
PR:		42309
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 03:58:24 +00:00

36 lines
817 B
Makefile

# New ports collection makefile for: xenostep
# Date Created: 14 November 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xenostep
PORTVERSION= 200011270836
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= gtk
DISTNAME= XenoStep-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
WRKSRC= ${WRKDIR}/XenoStep
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
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 \
destdir=`${ECHO_CMD} $${dir} | ${SED} 's| |_|g'`; \
${CP} -R "${WRKSRC}/$${dir}" "${WRKSRC}/$${destdir}"; \
done
.include <bsd.port.mk>