Lines 36-41
Link Here
|
36 |
NLS_USES= gettext |
36 |
NLS_USES= gettext |
37 |
NLS_CMAKE_BOOL= WITH_GETTEXT |
37 |
NLS_CMAKE_BOOL= WITH_GETTEXT |
38 |
|
38 |
|
|
|
39 |
.include <bsd.port.pre.mk> |
40 |
|
41 |
.if ${NCURSESBASE:M${LOCALBASE}} |
42 |
CMAKE_ARGS+= -DCURSES_NEED_NCURSES=TRUE |
43 |
.else |
44 |
.info NCURSES BASE |
45 |
.endif |
46 |
|
39 |
post-install: |
47 |
post-install: |
40 |
.for i in fish fish_indent fish_key_reader |
48 |
.for i in fish fish_indent fish_key_reader |
41 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} |
49 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} |
Lines 45-48
Link Here
|
45 |
@${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 |
53 |
@${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 |
46 |
@${RM} -rf ${STAGEDIR}${DATADIR}/man |
54 |
@${RM} -rf ${STAGEDIR}${DATADIR}/man |
47 |
|
55 |
|
48 |
.include <bsd.port.mk> |
56 |
.include <bsd.port.post.mk> |