freebsd-ports/x11-themes/gtk3-oxygen-engine/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
491 B
Makefile

PORTNAME= oxygen
PORTVERSION= 1.4.1
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= KDE/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:graphics/cairo \
libdbus-glib-1.so:devel/dbus-glib
USES= cmake compiler:c++11-lang gnome pkgconfig tar:bzip2
USE_GNOME= gtk30
.include <bsd.port.mk>