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$
|
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
|
2002-04-12 19:13:36 +02:00
|
|
|
PORTREVISION= 2
|
1998-12-28 16:54:54 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
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
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= imlib
|
1999-05-29 06:10:49 +02:00
|
|
|
USE_LIBTOOL= 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:
|
|
|
|
@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>
|