mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
28 lines
518 B
Makefile
28 lines
518 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= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= C++ bindings for GEGL
|
|
|
|
LIB_DEPENDS= gegl-0.1.105:${PORTSDIR}/graphics/gegl \
|
|
glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack
|
|
USE_PERL5_BUILD= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|