blob: cc4ee6958e20f8eacd11853014add33f36715c19 (
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
|
# $FreeBSD$
# $MCom: ports/trunk/x11-themes/gnome-icon-theme-symbolic/Makefile 17271 2013-04-01 15:16:27Z kwm $
PORTNAME= gnome-icon-theme-symbolic
PORTVERSION= 3.4.0
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_XZ= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
USES= pathfix pkgconfig
USE_GNOME= gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|