svn commit: r359777 - head/sysutils/torsmo
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 29 15:50:56 UTC 2014
Author: vanilla
Date: Sun Jun 29 15:50:55 2014
New Revision: 359777
URL: http://svnweb.freebsd.org/changeset/ports/359777
QAT: https://qat.redports.org/buildarchive/r359777/
Log:
1: Stagify.
2: new syntax of LIB_DEPENDS.
Approved by: portmgr@ (blanket approval)
Modified:
head/sysutils/torsmo/Makefile
Modified: head/sysutils/torsmo/Makefile
==============================================================================
--- head/sysutils/torsmo/Makefile Sun Jun 29 15:47:52 2014 (r359776)
+++ head/sysutils/torsmo/Makefile Sun Jun 29 15:50:55 2014 (r359777)
@@ -13,9 +13,9 @@ COMMENT= System monitor that renders tex
GNU_CONFIGURE= yes
USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
-MAN1= torsmo.1
PLIST_FILES= bin/torsmo \
+ man/man1/torsmo.1.gz \
%%EXAMPLESDIR%%/torsmorc.sample
PLIST_DIRS= %%EXAMPLESDIR%%
PORTDOCS= AUTHORS ChangeLog NEWS README
@@ -24,11 +24,10 @@ OPTIONS_DEFINE= XFT DOUBLE_BUFFER DOCS
OPTIONS_DEFAULT= XFT DOUBLE_BUFFER
DOUBLE_BUFFER_DESC= Flicker-free operation support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MXFT}
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
+LIB_DEPENDS+= libXft.so:${PORTSDIR}/x11-fonts/libXft
CONFIGURE_ARGS+= --enable-xft
.endif
@@ -38,10 +37,10 @@ CONFIGURE_ARGS+= --disable-double-buffer
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/torsmorc.sample ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/torsmorc.sample ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list