2000-06-13 10:51:08 +02:00
|
|
|
# New ports collection makefile for: thinice
|
|
|
|
# Date Created: 1 June 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= thinice
|
2001-04-12 16:37:47 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 3
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
2003-02-15 16:14:53 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITE_SUBDIR= thinice
|
2003-02-15 16:14:53 +01:00
|
|
|
DISTNAME= thinice-1.2.x
|
2000-06-13 10:51:08 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A clean-looking GTK Theme Engine
|
2000-06-13 10:51:08 +02:00
|
|
|
|
2001-04-12 16:37:47 +02:00
|
|
|
WRKSRC= ${WRKDIR}/gtk-${PORTNAME}-theme-${PORTVERSION}
|
|
|
|
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-03 22:18:13 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2000-06-13 10:51:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|