1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-toolkits/pure-gtk/Makefile
Sylvio Cesar Teixeira b1498182fb - Update to 0.11
PR:		ports/168686
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-06-06 21:58:53 +00:00

23 lines
473 B
Makefile

# New ports collection makefile for: pure-gtk
# Date created: 2011-03-18
# Whom: 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
USE_PURE= ffi
USE_GNOME= glib20 gtk20 atk pango
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
.include <bsd.port.post.mk>