2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.49 2010/11/22 08:36:58 espie Exp $
|
2003-06-12 16:18:43 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
COMMENT= themes collection for GNOME
|
2003-06-12 16:18:43 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
GNOME_PROJECT= gnome-themes
|
2010-11-15 12:41:03 -05:00
|
|
|
GNOME_VERSION= 2.32.1
|
2009-12-21 13:03:17 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
CATEGORIES= x11
|
2003-06-12 16:18:43 -04:00
|
|
|
|
2008-11-21 13:22:38 -05:00
|
|
|
# LGPLv2.1
|
2003-06-12 16:18:43 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
MODULES= x11/gnome
|
|
|
|
|
2007-10-25 10:00:37 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
2010-11-22 03:36:47 -05:00
|
|
|
x11/icon-naming-utils>=0.8.90
|
|
|
|
RUN_DEPENDS= devel/gettext
|
2009-02-09 13:02:29 -05:00
|
|
|
|
|
|
|
# we get the Clearlooks index.theme file from gtk2-clearlooks-engine;
|
2010-09-30 03:44:31 -04:00
|
|
|
# this way, both packages can be installed alongside.
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS+= x11/gtk2-clearlooks-engine>=0.6.2p8
|
2003-06-12 16:18:43 -04:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2009-02-07 10:59:03 -05:00
|
|
|
# remove file already provided by gtk2-clearlooks-engine
|
|
|
|
post-install:
|
|
|
|
rm -f ${PREFIX}/share/themes/Clearlooks/index.theme
|
|
|
|
|
2003-06-12 16:18:43 -04:00
|
|
|
.include <bsd.port.mk>
|