2008-08-10 20:44:36 +02:00
|
|
|
# New ports collection makefile for: goocanvasmm
|
|
|
|
# Date created: 2008-08-10
|
|
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.2 2009/01/09 11:30:01 kwm Exp $
|
2008-08-10 20:44:36 +02:00
|
|
|
|
|
|
|
PORTNAME= goocanvasmm
|
2009-07-17 22:09:36 +02:00
|
|
|
PORTVERSION= 0.15.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2008-08-10 20:44:36 +02:00
|
|
|
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
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2008-08-10 20:44:36 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|