openbsd-ports/x11/hicolor-icon-theme/Makefile
ajacoutot c1dcb146ce Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:03:21 +00:00

27 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.15 2011/05/11 08:03:22 ajacoutot Exp $
COMMENT= fallback theme of the icon theme specification
DISTNAME= hicolor-icon-theme-0.12
REVISION= 0
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>