2b0682a6f0
We can finally start tracking the latest releases, which depend on the more recent GTK+3 that was finally committed to the tree.
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= oxygen
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk3/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= gtk3-
|
|
PKGNAMESUFFIX= -engine
|
|
DISTNAME= ${PORTNAME}-gtk3-${PORTVERSION}
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Oxygen GTK+ 3 engine and theme
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
|
|
USE_GNOME= gtk30
|
|
USES= cmake:outsource pkgconfig tar:bzip2
|
|
|
|
.include <bsd.port.mk>
|