34 lines
813 B
Makefile
34 lines
813 B
Makefile
# $OpenBSD: Makefile,v 1.49 2010/11/22 08:36:58 espie Exp $
|
|
|
|
COMMENT= themes collection for GNOME
|
|
|
|
GNOME_PROJECT= gnome-themes
|
|
GNOME_VERSION= 2.32.1
|
|
|
|
CATEGORIES= x11
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
x11/icon-naming-utils>=0.8.90
|
|
RUN_DEPENDS= devel/gettext
|
|
|
|
# we get the Clearlooks index.theme file from gtk2-clearlooks-engine;
|
|
# this way, both packages can be installed alongside.
|
|
RUN_DEPENDS+= x11/gtk2-clearlooks-engine>=0.6.2p8
|
|
|
|
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>
|