07174a9714
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.
27 lines
506 B
Makefile
27 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/05/19 14:43:16 ajacoutot Exp $
|
|
|
|
COMMENT= fallback theme of the icon theme specification
|
|
|
|
DISTNAME= hicolor-icon-theme-0.12
|
|
REVISION= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/Standards/icon-theme-spec
|
|
|
|
MASTER_SITES= http://icon-theme.freedesktop.org/releases/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|