599f3fdf86
The GNOME-Colors is a project that aims to make the GNOME desktop as elegant, consistent and colorful as possible. This package provides various fd.o compliant icon themes. ok dcoppa@.
31 lines
664 B
Makefile
31 lines
664 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/13 09:39:54 landry Exp $
|
|
|
|
COMMENT = complete, multi-colored suite of icons
|
|
|
|
V = 5.5.1
|
|
DISTNAME = gnome-colors-${V}
|
|
PKGNAME = gnome-colors-icon-theme-${V}
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://code.google.com/p/gnome-colors/
|
|
MASTER_SITES = http://gnome-colors.googlecode.com/files/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
PKG_ARCH = *
|
|
NO_BUILD = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
WRKDIST = ${WRKDIR}
|
|
ICONSDIR = ${PREFIX}/share/icons/
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${ICONSDIR}
|
|
cd ${WRKDIST} ; pax -rw gnome-* ${ICONSDIR}
|
|
|
|
.include <bsd.port.mk>
|