openbsd-ports/x11/gnome/themes/Makefile

35 lines
904 B
Makefile
Raw Normal View History

2009-02-09 13:02:29 -05:00
# $OpenBSD: Makefile,v 1.34 2009/02/09 18:02:30 ajacoutot Exp $
COMMENT= themes collection for GNOME
GNOME_PROJECT= gnome-themes
2009-01-12 12:48:59 -05:00
GNOME_VERSION= 2.24.3
2009-02-09 13:02:29 -05:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
2007-10-25 10:00:37 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS} \
2008-07-13 13:03:07 -04:00
:icon-naming-utils->=0.8.7:x11/icon-naming-utils
2009-02-09 13:02:29 -05:00
RUN_DEPENDS= :gettext-*:devel/gettext
# we get the Clearlooks index.theme file from gtk2-clearlooks-engine;
# this way, both packages can be installed along
RUN_DEPENDS+= :gtk2-clearlooks-engine->=0.6.2p8:x11/gtk2-clearlooks-engine
USE_X11= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# remove file already provided by gtk2-clearlooks-engine
post-install:
rm -f ${PREFIX}/share/themes/Clearlooks/index.theme
.include <bsd.port.mk>