mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f0de21bf7d
libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3
35 lines
838 B
Makefile
35 lines
838 B
Makefile
# New ports collection makefile for: gtk-engines
|
|
# Version required: 0.5
|
|
# Date Created: 23 Dec 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.8 1999/03/09 01:09:07 nectar Exp $
|
|
#
|
|
|
|
DISTNAME= gtk-engines-0.5
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
|
|
|
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
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|