openbsd-ports/x11/industrial-icon-theme/Makefile
ajacoutot 07174a9714 We want to use @unexec here and not @unexec-delete.
The reason is that if a theme is removed after updating to a new version,
then we are left over with a useless cache file because we are using
pkg_add -u and not pkg_delete.
2011-05-19 14:43:16 +00:00

31 lines
634 B
Makefile

# $OpenBSD: Makefile,v 1.10 2011/05/19 14:43:16 ajacoutot Exp $
COMMENT= Industrial icon theme from OpenSUSE
DISTNAME= industrial-icon-theme-11.0.5
REVISION= 4
CATEGORIES= x11
MASTER_SITES= http://forgeftp.novell.com/opensuse-art/openSUSE11/icons/
# CC-BY-SA 3.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= x11/icon-naming-utils \
x11/gnome/librsvg \
graphics/ImageMagick
# Add the corresponding "Inherits" theme.
RUN_DEPENDS += x11/tango-icon-theme
NO_REGRESS= Yes
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>