Index: head/x11-wm/antiwm/Makefile =================================================================== --- head/x11-wm/antiwm/Makefile (revision 408897) +++ head/x11-wm/antiwm/Makefile (revision 408898) @@ -1,34 +1,39 @@ # Created by: Dennis Herrmann # $FreeBSD$ PORTNAME= antiwm PORTVERSION= 0.0.5 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Minimalist window manager inspired by Ratpoison -OPTIONS_DEFINE= DOCS +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 PLIST_FILES= bin/antiwm -PORTDOCS= README LICENSE +PORTDOCS= README +OPTIONS_DEFINE= DOCS + pre-everything:: @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:" @${ECHO_MSG} "make ANTIWM_CONF=/path/to/antiwm/conf.h install clean" post-extract: .if defined(ANTIWM_CONF) @${ECHO_MSG} "creating conf.h from ${ANTIWM_CONF}" @${CP} ${ANTIWM_CONF} ${WRKSRC}/conf.h .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/x11-wm/antiwm/pkg-descr =================================================================== --- head/x11-wm/antiwm/pkg-descr (revision 408897) +++ head/x11-wm/antiwm/pkg-descr (revision 408898) @@ -1,5 +1,5 @@ AntiWM is a small and simple window manager with a focus on productivity and utility. Inspired by ratpoison, AntiWM is keyboard driven and handles all windows fullscreen. -WWW: http://sourceforge.net/projects/antiwm +WWW: http://sourceforge.net/projects/antiwm/