1998-12-28 10:54:54 -05:00
|
|
|
# New ports collection makefile for: gtk-engines
|
|
|
|
# Date Created: 23 Dec 1998
|
1999-08-31 02:53:31 -04:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-28 10:54:54 -05:00
|
|
|
#
|
1999-08-30 23:04:38 -04:00
|
|
|
# $FreeBSD$
|
1998-12-28 10:54:54 -05:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:11:24 -04:00
|
|
|
PORTNAME= gtk-engines
|
2001-03-19 15:39:57 -05:00
|
|
|
PORTVERSION= 0.12
|
2001-05-04 17:39:58 -04:00
|
|
|
PORTREVISION= 1
|
1998-12-28 10:54:54 -05:00
|
|
|
CATEGORIES= x11-toolkits
|
1999-01-31 11:59:44 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 14:08:13 -05:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
|
1998-12-28 10:54:54 -05:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1998-12-28 10:54:54 -05:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 02:57:56 -04:00
|
|
|
USE_IMLIB= yes
|
1999-05-29 00:10:49 -04:00
|
|
|
USE_LIBTOOL= yes
|
1999-01-30 14:42:47 -05:00
|
|
|
|
2001-05-04 17:39:58 -04:00
|
|
|
THEMES= metal notif pixmap raleigh redmond95
|
1999-01-30 14:42:47 -05: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 10:54:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|