mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
29 lines
650 B
Makefile
29 lines
650 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-themes-extra
|
|
PORTVERSION= 3.28
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Standard themes for GNOME
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFLICTS= gnome-themes-2.[0-9]*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk20 intltool gtk30 librsvg2
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|