1fee5e95e1
prodded by espie@
52 lines
1.1 KiB
Makefile
52 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.56 2011/06/20 12:07:21 ajacoutot Exp $
|
|
|
|
COMMENT= themes collection for GNOME
|
|
|
|
GNOME_PROJECT= gnome-themes
|
|
GNOME_VERSION= 2.32.1
|
|
|
|
REVISION= 6
|
|
|
|
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 \
|
|
x11/gtk-engines2
|
|
|
|
# Add the corresponding "Inherits" theme.
|
|
RUN_DEPENDS += x11/gnome/icon-theme
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
# Accessibility themes are now in gnome-themes-standard.
|
|
RM_THEMES= themes/HighContrast \
|
|
themes/HighContrastInverse \
|
|
themes/HighContrastLargePrint \
|
|
themes/HighContrastLargePrintInverse \
|
|
themes/LowContrast \
|
|
themes/LowContrastLargePrint \
|
|
themes/LargePrint \
|
|
icons/HighContrast \
|
|
icons/HighContrastInverse \
|
|
icons/HighContrastLargePrint \
|
|
icons/HighContrastLargePrintInverse \
|
|
icons/HighContrast-SVG \
|
|
icons/LargePrint
|
|
|
|
post-install:
|
|
.for t in ${RM_THEMES}
|
|
rm -rf ${PREFIX}/share/$t
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|