naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

31 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.12 2016/10/01 11:54:17 naddy Exp $
COMMENT = complete, multi-colored suite of icons
V = 5.5.1
REVISION = 8
DISTNAME = gnome-colors-${V}
PKGNAME = gnome-colors-icon-theme-${V}
CATEGORIES = x11
HOMEPAGE = https://github.com/gnome-colors/gnome-colors
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=gnome-colors/}
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PKG_ARCH = *
NO_BUILD = Yes
NO_TEST = Yes
RUN_DEPENDS = x11/gtk+3,-guic
WRKDIST = ${WRKDIR}
ICONSDIR = ${PREFIX}/share/icons/
do-install:
${INSTALL_DATA_DIR} ${ICONSDIR}
cd ${WRKDIST} ; pax -rw gnome-* ${ICONSDIR}
.include <bsd.port.mk>