ff60500447
PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
23 lines
491 B
Makefile
23 lines
491 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.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= A set of Pure language bindings for GTK+
|
|
|
|
LIB_DEPENDS= cairo.2:${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>
|