opnsense-ports/graphics/cluttermm/Makefile
Franco Fichtner c6e96193e7 */*: sync with upstream
Taken from: FreeBSD
2023-03-03 12:35:16 +01:00

23 lines
571 B
Makefile

PORTNAME= cluttermm
PORTVERSION= 1.17.3
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ interfaces for clutter
WWW= https://developer.gnome.org/cluttermm/
LIB_DEPENDS= libclutter-1.0.so:graphics/clutter
USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \
pkgconfig tar:xz
USE_CXXSTD= c++11
USE_GNOME= atkmm glib20 gtkmm30 libsigc++20 pangomm
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-documentation
INSTALL_TARGET= install-strip
.include <bsd.port.mk>