aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pure-gtk/Makefile
blob: 53119582f3269d0dec1b61a61556436c636703bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=	pure-gtk
PORTVERSION=	0.11
CATEGORIES=	x11-toolkits

MAINTAINER=	lichray@gmail.com
COMMENT=	A set of Pure language bindings for GTK+

LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo

USES=		pkgconfig
USE_PURE=	ffi
USE_GNOME=	glib20 gtk20 atk pango

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>