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

22 lines
470 B
Makefile

PORTNAME= gcolor3
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple color chooser
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gnome gettext meson libtool pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org
GL_ACCOUNT= World
GL_COMMIT= 17dca0125fc3c931418d8723b684332d35bd5715
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
INSTALLS_ICONS= yes
MESON_ARGS= -Dwerror=false
.include <bsd.port.mk>