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