1998-12-28 15:54:54 +00:00
|
|
|
# New ports collection makefile for: gtk-engines
|
1999-03-09 01:13:40 +00:00
|
|
|
# Version required: 0.5
|
1998-12-28 15:54:54 +00:00
|
|
|
# Date Created: 23 Dec 1998
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
|
|
#
|
1999-03-09 01:13:40 +00:00
|
|
|
# $Id: Makefile,v 1.7 1999/02/02 17:01:42 vanilla Exp $
|
1998-12-28 15:54:54 +00:00
|
|
|
#
|
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
DISTNAME= gtk-engines-0.5
|
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-03-09 01:13:40 +00:00
|
|
|
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
1998-12-28 15:54:54 +00:00
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
|
1999-02-02 17:01:44 +00:00
|
|
|
LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib
|
1998-12-28 15:54:54 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1999-03-09 01:13:40 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-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
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|