2013-07-13 16:04:36 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-06-27 16:46:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pure-gtk
|
2012-06-06 23:58:53 +02:00
|
|
|
PORTVERSION= 0.11
|
2013-11-06 23:50:21 +01:00
|
|
|
PORTREVISION= 1
|
2011-06-27 16:46:18 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2013-11-06 23:50:21 +01:00
|
|
|
MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
|
|
|
|
DIST_SUBDIR= pure
|
2011-06-27 16:46:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
2013-11-06 23:50:21 +01:00
|
|
|
COMMENT= Set of Pure language bindings for GTK+
|
|
|
|
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
|
|
LICENSE_COMB= dual
|
2011-06-27 16:46:18 +02:00
|
|
|
|
2012-06-06 23:58:53 +02:00
|
|
|
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
|
2011-06-27 16:46:18 +02:00
|
|
|
|
2013-11-06 23:50:21 +01:00
|
|
|
USES= pkgconfig pure:ffi
|
2011-06-27 16:46:18 +02:00
|
|
|
USE_GNOME= glib20 gtk20 atk pango
|
|
|
|
|
2013-09-21 01:57:47 +02:00
|
|
|
NO_STAGE= yes
|
2013-11-06 23:50:21 +01:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
|
|
|
|
.endif
|
|
|
|
|
2013-07-13 16:04:36 +02:00
|
|
|
.include <bsd.port.mk>
|