mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Finish stage support
This commit is contained in:
parent
022fb166f7
commit
5dddc21a88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343467
@ -2,13 +2,14 @@
|
||||
|
||||
PORTNAME= herbstluftwm
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://herbstluftwm.org/tarballs/
|
||||
|
||||
MAINTAINER= crshd@mail.com
|
||||
COMMENT= Manual tiling window manager for X11
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
@ -20,9 +21,6 @@ MAKE_ARGS= PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/etc \
|
||||
DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \
|
||||
MANDIR=${PREFIX}/man
|
||||
|
||||
MAN1= herbstclient.1 herbstluftwm.1
|
||||
MAN7= herbstluftwm-tutorial.7
|
||||
|
||||
OPTIONS_DEFINE= BASH ZSH DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -5,6 +5,9 @@ etc/xdg/herbstluftwm/panel.sh
|
||||
etc/xdg/herbstluftwm/restartpanels.sh
|
||||
%%BASH%%etc/bash_completion.d/herbstclient-completion
|
||||
%%BASH%%@dirrmtry etc/bash_completion.d
|
||||
man/man1/herbstclient.1.gz
|
||||
man/man1/herbstluftwm.1.gz
|
||||
man/man7/herbstluftwm-tutorial.7.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user