8d103efb9f
Instead of lots of manual work switch to static plist. Use @dir plist entries for directories we want to create and "own" instead of keeping a forest of .keep_me files around. This also removes the usage of @dirrmtry plist lines.
15 lines
329 B
Makefile
15 lines
329 B
Makefile
# Created by: marcus@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hicolor-icon-theme
|
|
PORTVERSION= 0.14
|
|
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
|
|
|
|
USES= tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|