aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/mcwm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-03-27 06:45:07 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-03-27 06:45:07 +0000
commita7b9658ae73d8cf57ec86b1d0f537f78e3c20b0d (patch)
tree05f7aedabd66470f792876881edcca3ca219d24c /x11-wm/mcwm
parent6917ff2c30d731765153c764d6e1e8263afc294b (diff)
downloadports-a7b9658ae73d8cf57ec86b1d0f537f78e3c20b0d.tar.gz
ports-a7b9658ae73d8cf57ec86b1d0f537f78e3c20b0d.zip
- Add LICENSE
- Add pkg-message - Fix typo PR: ports/155959 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=271823
Diffstat (limited to 'x11-wm/mcwm')
-rw-r--r--x11-wm/mcwm/Makefile8
-rw-r--r--x11-wm/mcwm/pkg-message7
2 files changed, 14 insertions, 1 deletions
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile
index c54805966b28..d8cb575e94f8 100644
--- a/x11-wm/mcwm/Makefile
+++ b/x11-wm/mcwm/Makefile
@@ -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>
diff --git a/x11-wm/mcwm/pkg-message b/x11-wm/mcwm/pkg-message
new file mode 100644
index 000000000000..2e663f62ab08
--- /dev/null
+++ b/x11-wm/mcwm/pkg-message
@@ -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.
+
+***************************************************