1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/cluttermm/Makefile
2021-04-06 16:31:07 +02:00

26 lines
673 B
Makefile

# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>
# $MCom: ports/trunk/graphics/cluttermm/Makefile 19902 2014-09-20 12:15:02Z kwm $
PORTNAME= cluttermm
PORTVERSION= 1.17.3
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ interfaces for clutter
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>