2013-09-03 00:23:53 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2008-08-10 20:44:36 +02:00
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.4 2010/10/29 10:27:45 kwm Exp $
|
2008-08-10 20:44:36 +02:00
|
|
|
|
|
|
|
PORTNAME= goocanvasmm
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 0.15.4
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
|
2013-12-03 23:04:38 +01:00
|
|
|
LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
|
2008-08-10 20:44:36 +02:00
|
|
|
|
2013-12-03 23:04:38 +01:00
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
2014-04-09 15:44:11 +02:00
|
|
|
USE_GNOME= gtkmm24
|
2013-12-03 23:04:38 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-08-10 20:44:36 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
CONFIGURE_ARGS= --disable-documentation
|
2008-08-10 20:44:36 +02:00
|
|
|
|
2013-12-03 23:04:38 +01:00
|
|
|
post-install:
|
2014-04-09 15:44:11 +02:00
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.*
|
2013-12-03 23:04:38 +01:00
|
|
|
|
2008-08-10 20:44:36 +02:00
|
|
|
.include <bsd.port.mk>
|