svn commit: r351790 - head/x11-toolkits/pure-gtk
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 09:57:16 UTC 2014
Author: bapt
Date: Tue Apr 22 09:57:15 2014
New Revision: 351790
URL: http://svnweb.freebsd.org/changeset/ports/351790
QAT: https://qat.redports.org/buildarchive/r351790/
Log:
Support stage
Modified:
head/x11-toolkits/pure-gtk/Makefile
Modified: head/x11-toolkits/pure-gtk/Makefile
==============================================================================
--- head/x11-toolkits/pure-gtk/Makefile Tue Apr 22 09:56:58 2014 (r351789)
+++ head/x11-toolkits/pure-gtk/Makefile Tue Apr 22 09:57:15 2014 (r351790)
@@ -14,30 +14,21 @@ COMMENT= Set of Pure language bindings f
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
-LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
USES= pkgconfig pure:ffi
USE_GNOME= glib20 gtk20 atk pango
-NO_STAGE= yes
-
PORTDOCS= README
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
-.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
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list