1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-themes/gtk-oxygen-engine/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
487 B
Makefile

PORTNAME= oxygen
PORTVERSION= 1.4.6
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= KDE/stable/${PORTNAME}-gtk2/${PORTVERSION}/src
PKGNAMEPREFIX= gtk-
PKGNAMESUFFIX= -engine
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Oxygen-Gtk engine and theme
LICENSE= LGPL21
LIB_DEPENDS= libcairo.so:graphics/cairo \
libdbus-glib-1.so:devel/dbus-glib
USES= cmake compiler:c++11-lang gnome pkgconfig tar:bzip2
USE_GNOME= gtk20
.include <bsd.port.mk>