2010-12-14 14:18:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oxygen
|
2014-10-29 22:56:37 +01:00
|
|
|
PORTVERSION= 1.4.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2010-12-14 14:18:04 +01:00
|
|
|
CATEGORIES= x11-themes
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= KDE/stable/${PORTNAME}-gtk2/${PORTVERSION}/src
|
2010-12-14 14:18:04 +01:00
|
|
|
PKGNAMEPREFIX= gtk-
|
|
|
|
PKGNAMESUFFIX= -engine
|
2012-01-19 14:03:45 +01:00
|
|
|
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
|
2010-12-14 14:18:04 +01:00
|
|
|
|
2011-08-28 20:04:48 +02:00
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
2010-12-14 14:18:04 +01:00
|
|
|
COMMENT= Oxygen-Gtk engine and theme
|
|
|
|
|
2013-04-30 09:21:39 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib
|
2010-12-14 14:18:04 +01:00
|
|
|
|
2019-11-08 12:21:02 +01:00
|
|
|
USES= cmake compiler:c++11-lang gnome pkgconfig tar:bzip2
|
2013-02-03 21:30:37 +01:00
|
|
|
USE_GNOME= gtk20
|
2010-12-14 14:18:04 +01:00
|
|
|
|
2013-09-02 00:03:08 +02:00
|
|
|
.include <bsd.port.mk>
|