2000-10-31 18:28:21 +01:00
|
|
|
# New ports collection makefile for: gtk-flat-theme
|
|
|
|
# Date Created: 31 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-themes/gtk-flat-theme/Makefile,v 1.1 2006/07/19 19:56:17 ahze Exp $
|
2000-10-31 18:28:21 +01:00
|
|
|
|
|
|
|
PORTNAME= gtk-flat-theme
|
2003-02-15 16:14:53 +01:00
|
|
|
PORTVERSION= 0.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
2000-10-31 18:28:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
2003-02-15 16:14:53 +01:00
|
|
|
MASTER_SITE_SUBDIR= flat
|
|
|
|
DISTNAME= flat-1.2.x
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2003-01-19 21:36:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A GTK+ theme engine which gives GTK+ a flattened appearance
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2003-02-15 16:14:53 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2000-10-31 18:28:21 +01:00
|
|
|
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-31 18:28:21 +01:00
|
|
|
USE_GMAKE= 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
|
2007-03-28 13:56:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
|
2000-10-31 18:28:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|