1998-12-28 16:54:54 +01:00
|
|
|
# New ports collection makefile for: gtk-engines
|
|
|
|
# Date Created: 23 Dec 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-28 16:54:54 +01:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-themes/gtk-engines/Makefile,v 1.1 2006/07/18 16:32:36 ahze Exp $
|
1998-12-28 16:54:54 +01:00
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= gtk-engines
|
2001-03-19 21:39:57 +01:00
|
|
|
PORTVERSION= 0.12
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 6
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes
|
1999-01-31 17:59:44 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gtk-engines/0.12
|
1998-12-28 16:54:54 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Theme engine for gtk+ toolkits
|
1998-12-28 16:54:54 +01:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= imlib
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-01-30 20:42:47 +01:00
|
|
|
|
2001-05-04 23:39:58 +02:00
|
|
|
THEMES= metal notif pixmap raleigh redmond95
|
1999-01-30 20:42:47 +01:00
|
|
|
|
|
|
|
post-patch:
|
2007-02-02 15:26:39 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
|
1999-01-30 20:42:47 +01:00
|
|
|
@for theme in ${THEMES}; do \
|
|
|
|
cd ${WRKSRC}/$$theme/Theme/gtk; \
|
|
|
|
${MV} gtkrc gtkrc.tmp; \
|
|
|
|
${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
|
|
|
|
done
|
1998-12-28 16:54:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|