mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
807 B
Makefile
32 lines
807 B
Makefile
# New ports collection makefile for: gtk-engines
|
|
# Date Created: 23 Dec 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11-themes/gtk-engines/Makefile,v 1.1 2006/07/18 16:32:36 ahze Exp $
|
|
|
|
PORTNAME= gtk-engines
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gtk-engines/0.12
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Theme engine for gtk+ toolkits
|
|
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
THEMES= metal notif pixmap raleigh redmond95
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
|
|
@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>
|