diff options
Diffstat (limited to 'graphics/goocanvasmm/Makefile')
-rw-r--r-- | graphics/goocanvasmm/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile new file mode 100644 index 000000000000..008325797114 --- /dev/null +++ b/graphics/goocanvasmm/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: goocanvasmm +# Date created: 2008-08-10 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= goocanvasmm +PORTVERSION= 0.9.0 +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:15 +USE_LDCONFIG= yes +USE_BZIP2= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |