freebsd-ports/x11-themes/colorstep/Makefile

29 lines
707 B
Makefile
Raw Normal View History

# New ports collection makefile for: colorstep
# Date Created: 21 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-themes/colorstep/Makefile,v 1.1 2006/07/19 19:56:12 ahze Exp $
PORTNAME= colorstep
2004-04-10 19:26:55 +02:00
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= colorstep
DISTNAME= ${PORTNAME}-1.2.x
2003-01-19 21:36:01 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= A theme engine based on GtkStep and Step-pastel
2000-11-07 18:08:27 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}-0.6
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>