Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= tmux |
8 |
PORTNAME= tmux |
9 |
PORTVERSION= 1.0 |
9 |
PORTVERSION= 1.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
13 |
|
12 |
|
Lines 18-40
Link Here
|
18 |
|
17 |
|
19 |
MAN1= tmux.1 |
18 |
MAN1= tmux.1 |
20 |
|
19 |
|
|
|
20 |
PLIST_FILES= bin/tmux |
21 |
|
22 |
PORTDOCS= CHANGES FAQ NOTES |
23 |
PORTEXAMPLES= * |
24 |
|
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e '/^#define HAVE_TREE_H/d' \ |
27 |
${WRKSRC}/configure |
28 |
|
21 |
do-install: |
29 |
do-install: |
22 |
${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin |
30 |
@${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin |
23 |
${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1 |
31 |
@${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1 |
24 |
|
32 |
|
25 |
post-install: |
33 |
post-install: |
26 |
.if !defined(NOPORTDOCS) |
34 |
.if !defined(NOPORTDOCS) |
27 |
${MKDIR} ${DOCSDIR} |
35 |
@${MKDIR} ${DOCSDIR} |
28 |
.for i in CHANGES FAQ NOTES |
36 |
.for i in ${PORTDOCS} |
29 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
37 |
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
30 |
.endfor |
38 |
.endfor |
31 |
.endif |
39 |
.endif |
32 |
|
40 |
|
33 |
.if !defined(NOPORTEXAMPLES) |
41 |
.if !defined(NOPORTEXAMPLES) |
34 |
${MKDIR} ${EXAMPLESDIR} |
42 |
@${MKDIR} ${EXAMPLESDIR} |
35 |
.for i in h-boetes.conf n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim |
43 |
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} |
36 |
${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR} |
|
|
37 |
.endfor |
38 |
.endif |
44 |
.endif |
39 |
|
45 |
|
40 |
.include <bsd.port.mk> |
46 |
.include <bsd.port.mk> |