aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pure-gtk/Makefile
blob: 7511540660d2dc60bc36e93166d372198dbf44b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

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