39 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2012/06/15 08:30:24 ajacoutot Exp $
COMMENT= Tango icon theme
DISTNAME= tango-icon-theme-0.8.90
REVISION= 7
CATEGORIES= x11
2008-07-07 21:26:50 +00:00
HOMEPAGE= http://tango.freedesktop.org/
2007-10-22 22:02:12 +00:00
MASTER_SITES= ${HOMEPAGE}/releases/
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-08 20:57:02 +00:00
MODULES= textproc/intltool
RUN_DEPENDS= x11/gtk+2,-guic
2010-11-22 08:36:47 +00:00
BUILD_DEPENDS= x11/icon-naming-utils>=0.8.7 \
2011-12-03 23:20:52 +00:00
graphics/ImageMagick \
x11/gtk+2,-guic
# Add the corresponding "Inherits" theme.
RUN_DEPENDS += x11/gnome/icon-theme
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
PKG_ARCH= *
post-install:
@ln ${PREFIX}/share/icons/Tango/16x16/apps/preferences-desktop-keyboard{-shortcuts,}.png
@ln ${PREFIX}/share/icons/Tango/22x22/apps/preferences-desktop-keyboard{-shortcuts,}.png
@ln ${PREFIX}/share/icons/Tango/32x32/apps/preferences-desktop-keyboard{-shortcuts,}.png
@ln ${PREFIX}/share/icons/Tango/scalable/apps/preferences-desktop-keyboard{-shortcuts,}.svg
.include <bsd.port.mk>