19 lines
377 B
Makefile
19 lines
377 B
Makefile
# Created by: marcus@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hicolor-icon-theme
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= http://icon-theme.freedesktop.org/releases/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= High-color icon theme shell from the FreeDesktop project
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|