diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-14 18:42:41 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-02-14 18:42:41 +0000 |
commit | 140d30a2a631f34b0530c4177867d6b09a692ed2 (patch) | |
tree | 42481333f6729f8235849c5b0b2a78982851ed65 /x11-toolkits/gtkextra2/Makefile | |
parent | 1415a63ee1de72a05a0c1dc85b277e5f4aa4c529 (diff) | |
download | FreeBSD-ports-140d30a2a631f34b0530c4177867d6b09a692ed2.zip FreeBSD-ports-140d30a2a631f34b0530c4177867d6b09a692ed2.tar.gz |
- Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Diffstat (limited to 'x11-toolkits/gtkextra2/Makefile')
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index 97863ea..e5637fb 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Useful widget set complementary to GTK+ 2.0 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -29,7 +32,7 @@ post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/gtkextra/gtkcharsel.c -post-install: +post-install-DOCS-on: .for d in reference tutorial @${MKDIR} ${STAGEDIR}${DOCSDIR}/${d} @(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) |