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:
parent
6917ff2c30
commit
a7b9658ae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271823
x11-wm/mcwm
@ -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
7
x11-wm/mcwm/pkg-message
Normal 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.
|
||||
|
||||
***************************************************
|
Loading…
Reference in New Issue
Block a user