openbsd-ports/x11/tango-icon-theme/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

34 lines
967 B
Makefile

# $OpenBSD: Makefile,v 1.12 2009/12/21 20:46:03 ajacoutot Exp $
COMMENT= Tango icon theme
DISTNAME= tango-icon-theme-0.8.90
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
HOMEPAGE= http://tango.freedesktop.org/
MASTER_SITES= ${HOMEPAGE}/releases/
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= textproc/intltool
BUILD_DEPENDS= :icon-naming-utils->=0.8.7:x11/icon-naming-utils \
:ImageMagick-*:graphics/ImageMagick
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>