81aa82aec6
Tweak DESCR and COMMENT to reflect reality.
26 lines
493 B
Makefile
26 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/05/01 22:15:12 ajacoutot Exp $
|
|
|
|
COMMENT= fallback theme of the icon theme specification
|
|
|
|
DISTNAME= hicolor-icon-theme-0.12
|
|
|
|
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>
|