blob: 7994cf0470de846c8bbf8f699c99abb150901d76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gnome-icon-theme-symbolic
# Date Created: 16 March 2011
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-themes/gnome-icon-theme-symbolic/Makefile,v 1.1 2011/03/16 17:24:56 mezz Exp $
#
PORTNAME= gnome-icon-theme-symbolic
PORTVERSION= 2.91.7
PORTREVISION= 1
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Symbolic Icons
BUILD_DEPENDS= icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
USE_BZIP2= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix pkgconfig gtk-update-icon-cache
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|