freebsd-ports/x11-themes/gtk-Mac2-theme/Makefile

32 lines
673 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_THEMES}
2004-04-10 19:26:55 +02:00
MASTER_SITE_SUBDIR= mac2
DISTNAME= mac2-1.2.x
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
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>