diff options
| author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 14:32:52 +0800 | 
|---|---|---|
| committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-16 14:32:52 +0800 | 
| commit | 618a9d93f4fc2b20ab002082fe696e671521247d (patch) | |
| tree | 014bac1fb25b4be8fa981886ee6750e66c90b1bf /x11-themes/adwaita-icon-theme/Makefile | |
| parent | 7392f756acf96baa8af7413012b1758693329aa7 (diff) | |
| download | marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.tar.gz marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.tar.zst marcuscom-ports-618a9d93f4fc2b20ab002082fe696e671521247d.zip  | |
Another batch of updates. Add xps as an option for evince. Also
bring in adwaita-icon-theme, evince needs it and will replace
the default gnome icon theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19966 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/adwaita-icon-theme/Makefile')
| -rw-r--r-- | x11-themes/adwaita-icon-theme/Makefile | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/adwaita-icon-theme/Makefile b/x11-themes/adwaita-icon-theme/Makefile new file mode 100644 index 000000000..7955f6fe4 --- /dev/null +++ b/x11-themes/adwaita-icon-theme/Makefile @@ -0,0 +1,19 @@ +# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +#   $MCom$ + +PORTNAME=	adwaita-icon-theme +PORTVERSION=	3.14.0 +CATEGORIES=	x11-themes gnome +MASTER_SITES=	GNOME +DIST_SUBDIR=	gnome3 + +MAINTAINER=	gnome@FreeBSD.org +COMMENT=	GNOME Symbolic Icons + +INSTALLS_ICONS=	yes +USES=		gmake pathfix pkgconfig tar:xz +USE_GNOME=	gnomeprefix intltool +GNU_CONFIGURE=	yes + +.include <bsd.port.mk>  | 
