diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-15 13:41:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-15 13:41:03 +0000 |
commit | eea482470e488a178122d8efc77bffada2d59275 (patch) | |
tree | fe96de7abbdc43fab7400609040fb8a07a5682c1 | |
parent | Delete games/trigger-data (diff) |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Fix WWW:
Approved by: portmgr blanket
-rw-r--r-- | x11-toolkits/pure-gtk/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/pure-gtk/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile index b49da4d0d076..7ff3f976b533 100644 --- a/x11-toolkits/pure-gtk/Makefile +++ b/x11-toolkits/pure-gtk/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Set of Pure language bindings for GTK+ -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libcairo.so:graphics/cairo @@ -23,9 +23,11 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) diff --git a/x11-toolkits/pure-gtk/pkg-descr b/x11-toolkits/pure-gtk/pkg-descr index 68a6976a92b2..9961594b4c49 100644 --- a/x11-toolkits/pure-gtk/pkg-descr +++ b/x11-toolkits/pure-gtk/pkg-descr @@ -2,4 +2,4 @@ pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango libraries, each in their own Pure module. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-gtk.html +WWW: https://puredocs.bitbucket.io/pure-gtk.html |