mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
27 lines
632 B
Makefile
27 lines
632 B
Makefile
# New ports collection makefile for: goocanvasmm
|
|
# Date created: 2008-08-10
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.2 2009/01/09 11:30:01 kwm Exp $
|
|
|
|
PORTNAME= goocanvasmm
|
|
PORTVERSION= 0.15.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= C++ bindings for the goocanvas widget for GTK
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
goocanvas.3:${PORTSDIR}/graphics/goocanvas
|
|
|
|
USE_GNOME= gnomehack ltverhack
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_LDCONFIG= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|