2000-07-06 16:47:25 +02:00
|
|
|
# New ports collection makefile for: gtk-Mac2-theme
|
|
|
|
# Date Created: 1 June 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-Mac2-theme
|
2001-02-05 17:49:17 +01:00
|
|
|
PORTVERSION= 200003050858
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
2000-09-20 20:18:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITE_SUBDIR= mac2
|
2003-02-15 16:14:53 +01:00
|
|
|
DISTNAME= mac2-1.2.x
|
2000-07-06 16:47:25 +02:00
|
|
|
|
2003-01-19 21:36:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= GTK+ engine theme based on the look of MacOS
|
2000-07-06 16:47:25 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-07-06 16:47:25 +02:00
|
|
|
USE_GMAKE= yes
|
2005-06-03 22:18:13 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2000-07-06 16:47:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|