2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:46:12 espie Exp $
|
2011-05-13 05:39:54 -04:00
|
|
|
|
|
|
|
COMMENT = complete, multi-colored suite of icons
|
|
|
|
|
|
|
|
V = 5.5.1
|
|
|
|
DISTNAME = gnome-colors-${V}
|
|
|
|
PKGNAME = gnome-colors-icon-theme-${V}
|
|
|
|
CATEGORIES = x11
|
|
|
|
|
2012-06-15 04:30:18 -04:00
|
|
|
REVISION = 4
|
2011-05-13 05:49:36 -04:00
|
|
|
|
2011-05-13 05:39:54 -04:00
|
|
|
HOMEPAGE = http://code.google.com/p/gnome-colors/
|
|
|
|
MASTER_SITES = http://gnome-colors.googlecode.com/files/
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
PKG_ARCH = *
|
|
|
|
NO_BUILD = Yes
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST = Yes
|
2011-05-13 05:39:54 -04:00
|
|
|
|
2011-12-03 14:13:18 -05:00
|
|
|
RUN_DEPENDS = x11/gtk+2,-guic
|
|
|
|
|
2011-05-19 03:57:51 -04:00
|
|
|
# Add the corresponding "Inherits" theme.
|
|
|
|
RUN_DEPENDS += x11/gnome/icon-theme
|
|
|
|
|
2011-05-13 05:39:54 -04:00
|
|
|
WRKDIST = ${WRKDIR}
|
|
|
|
ICONSDIR = ${PREFIX}/share/icons/
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${ICONSDIR}
|
|
|
|
cd ${WRKDIST} ; pax -rw gnome-* ${ICONSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|