1728cdbe1e
circumstances the icon-cache file would be recreated by @unexec spotted by Mikolaj Kucharski, thanks!
26 lines
567 B
Makefile
26 lines
567 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/10/08 13:00:00 ajacoutot Exp $
|
|
|
|
COMMENT= Tango icon theme for GNOME and KDE
|
|
|
|
DISTNAME= tango-icon-theme-0.8.1
|
|
PKGNAME= ${DISTNAME}p4
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://tango.freedesktop.org/
|
|
MASTER_SITES= ${HOMEPAGE}/releases/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= :icon-naming-utils->=0.8.7:x11/icon-naming-utils \
|
|
:ImageMagick-*:graphics/ImageMagick
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|