1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Add LICENSE

- Add pkg-message
- Fix typo

PR:		ports/155959
Submitted by:	Jakub Lach <jakub_lach@mailplus.pl> (maintainer)
This commit is contained in:
Dennis Herrmann 2011-03-27 06:45:07 +00:00
parent 6917ff2c30
commit a7b9658ae7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271823
2 changed files with 14 additions and 1 deletions

View File

@ -16,6 +16,11 @@ COMMENT= A small window manager inspired by CTWM, evilwm, and tinywm
BUILD_DEPENDS= xcb-util>=0.3.6:${PORTSDIR}/x11/xcb-util
RUN_DEPENDS= xcb-util>=0.3.6:${PORTSDIR}/x11/xcb-util
MAKE_JOBS_SAFE= yes
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_XORG= x11
USE_BZIP2= yes
@ -25,7 +30,7 @@ PORTDOCS= LICENSE README
pre-everything::
@${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:"
@${ECHO_MSG} "make MCWM_CONF=/path/to/dwm/config.h install clean"
@${ECHO_MSG} "make MCWM_CONF=/path/to/mcwm/config.h install clean"
post-extract:
.if defined(MCWM_CONF)
@ -40,5 +45,6 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

7
x11-wm/mcwm/pkg-message Normal file
View File

@ -0,0 +1,7 @@
***************************************************
With default config.h mcwm uses urxvt as terminal,
recompile with MCWM_CONF=/path/to/mcwm/config.h for
custom configuration.
***************************************************