2010-06-05 16:19:03 +00:00
|
|
|
# New ports collection makefile for: geglmm
|
|
|
|
# Date created: 2010-01-25
|
|
|
|
# Whom: Ashish SHUKLA <wahjava@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geglmm
|
|
|
|
PORTVERSION= 0.1.0
|
2011-11-22 08:53:18 +00:00
|
|
|
PORTREVISION= 2
|
2010-06-05 16:19:03 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
2010-06-11 13:37:41 +00:00
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2010-06-05 16:19:03 +00:00
|
|
|
COMMENT= C++ bindings for GEGL
|
|
|
|
|
2011-11-22 08:53:18 +00:00
|
|
|
LIB_DEPENDS= gegl-0.1.107:${PORTSDIR}/graphics/gegl \
|
2010-06-05 16:19:03 +00:00
|
|
|
glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
|
|
|
|
2011-12-13 23:37:42 +00:00
|
|
|
BROKEN= does not compile
|
|
|
|
|
2010-06-05 16:19:03 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_BZIP2= yes
|
2013-03-19 13:04:30 +00:00
|
|
|
USES= pathfix
|
2010-06-05 16:19:03 +00:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|