blob: 33340918becacbb873f71a380982fe6835dc2770 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.1 2008/09/13 19:34:08 kwm Exp $
PORTNAME= goocanvasmm
PORTVERSION= 0.13.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>
|