1998-12-28 15:54:54 +00:00
|
|
|
# New ports collection makefile for: gtk-engines
|
1999-10-09 19:31:07 +00:00
|
|
|
# Version required: 0.8
|
1998-12-28 15:54:54 +00:00
|
|
|
# Date Created: 23 Dec 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-28 15:54:54 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-12-28 15:54:54 +00:00
|
|
|
#
|
|
|
|
|
1999-10-09 19:31:07 +00:00
|
|
|
DISTNAME= gtk-engines-0.8
|
1998-12-28 15:54:54 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
1999-01-31 16:59:44 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
|
1998-12-28 15:54:54 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1998-12-28 15:54:54 +00:00
|
|
|
|
1999-10-08 03:30:33 +00:00
|
|
|
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
|
1999-05-29 04:10:49 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-12-28 15:54:54 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-29 04:10:49 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-01-30 19:42:47 +00:00
|
|
|
|
|
|
|
THEMES= metal notif pixmap redmond95
|
|
|
|
|
|
|
|
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 15:54:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|