mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
614 B
Makefile
30 lines
614 B
Makefile
# New ports collection makefile for: gtk-engines
|
|
# Date Created: 23 Dec 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-engines
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|