- Fix LICENSE
- Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket
This commit is contained in:
parent
60a063e656
commit
eea482470e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436243
2 changed files with 6 additions and 4 deletions
|
@ -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})
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue