mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
30 lines
538 B
Makefile
30 lines
538 B
Makefile
# New ports collection makefile for: geglmm
|
|
# Date created: 2010-01-25
|
|
# Whom: Ashish SHUKLA <wahjava@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geglmm
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= C++ bindings for GEGL
|
|
|
|
LIB_DEPENDS= gegl-0.1.107:${PORTSDIR}/graphics/gegl \
|
|
glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
|
|
|
BROKEN= does not compile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USES= pathfix
|
|
USE_PERL5_BUILD= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|