|
Lines 2-13
Link Here
|
| 2 |
# Date created: 05 Feb 2004 |
2 |
# Date created: 05 Feb 2004 |
| 3 |
# Whom: Mark A. Wicks <mwicks@kettering.edu> |
3 |
# Whom: Mark A. Wicks <mwicks@kettering.edu> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/devel/monotone/Makefile,v 1.47 2010/05/31 01:58:21 ade Exp $ |
5 |
# $FreeBSD: ports/devel/monotone/Makefile,v 1.46 2009/10/27 13:38:45 ale Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= monotone |
8 |
PORTNAME= monotone |
| 9 |
PORTVERSION= 0.45 |
9 |
PORTVERSION= 0.48 |
| 10 |
PORTREVISION= 2 |
|
|
| 11 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
| 12 |
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ |
11 |
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ |
| 13 |
|
12 |
|
|
Lines 20-25
Link Here
|
| 20 |
sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |
19 |
sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |
| 21 |
botan.0:${PORTSDIR}/security/botan |
20 |
botan.0:${PORTSDIR}/security/botan |
| 22 |
|
21 |
|
|
|
22 |
LICENSE= GPLv2 |
| 23 |
|
| 23 |
SUB_FILES= pkg-message |
24 |
SUB_FILES= pkg-message |
| 24 |
USE_PERL5_BUILD=yes |
25 |
USE_PERL5_BUILD=yes |
| 25 |
USE_ICONV= yes |
26 |
USE_ICONV= yes |
|
Lines 37-45
Link Here
|
| 37 |
.if !defined(NO_INSTALL_MANPAGES) |
38 |
.if !defined(NO_INSTALL_MANPAGES) |
| 38 |
INFO= monotone |
39 |
INFO= monotone |
| 39 |
.endif |
40 |
.endif |
| 40 |
.if !defined(NOPORTDOCS) |
41 |
PORTDOCS= * |
| 41 |
PORTDOCS= NEWS UPGRADE monotone.html texinfo.css |
|
|
| 42 |
.endif |
| 43 |
|
42 |
|
| 44 |
.include <bsd.port.pre.mk> |
43 |
.include <bsd.port.pre.mk> |
| 45 |
|
44 |
|
|
Lines 54-59
Link Here
|
| 54 |
PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ |
53 |
PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ |
| 55 |
share/locale/es/LC_MESSAGES/monotone.mo \ |
54 |
share/locale/es/LC_MESSAGES/monotone.mo \ |
| 56 |
share/locale/it/LC_MESSAGES/monotone.mo \ |
55 |
share/locale/it/LC_MESSAGES/monotone.mo \ |
|
|
56 |
share/locale/pt/LC_MESSAGES/monotone.mo \ |
| 57 |
share/locale/sv/LC_MESSAGES/monotone.mo |
57 |
share/locale/sv/LC_MESSAGES/monotone.mo |
| 58 |
# share/locale/fr/LC_MESSAGES/monotone.mo \ |
58 |
# share/locale/fr/LC_MESSAGES/monotone.mo \ |
| 59 |
# share/locale/ja/LC_MESSAGES/monotone.mo \ |
59 |
# share/locale/ja/LC_MESSAGES/monotone.mo \ |
|
Lines 64-70
Link Here
|
| 64 |
@${RM} -f ${WRKSRC}/monotone.info* |
64 |
@${RM} -f ${WRKSRC}/monotone.info* |
| 65 |
|
65 |
|
| 66 |
post-patch: |
66 |
post-patch: |
| 67 |
${REINPLACE_CMD} -e '/^install-data-am:/s/ install-htmlDATA//' ${WRKSRC}/Makefile.in |
67 |
.if defined(NOPORTDOCS) |
|
|
68 |
${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in |
| 69 |
.endif |
| 68 |
.if defined(NO_INSTALL_MANPAGES) |
70 |
.if defined(NO_INSTALL_MANPAGES) |
| 69 |
${REINPLACE_CMD} -e '/^install-data-am:/s/ install-info-am//' ${WRKSRC}/Makefile.in |
71 |
${REINPLACE_CMD} -e '/^install-data-am:/s/ install-info-am//' ${WRKSRC}/Makefile.in |
| 70 |
.endif |
72 |
.endif |
|
Lines 74-80
Link Here
|
| 74 |
${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn |
76 |
${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn |
| 75 |
.if !defined(NOPORTDOCS) |
77 |
.if !defined(NOPORTDOCS) |
| 76 |
${MKDIR} ${DOCSDIR} |
78 |
${MKDIR} ${DOCSDIR} |
| 77 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
79 |
cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${DOCSDIR} |
| 78 |
.endif |
80 |
.endif |
| 79 |
@${CAT} ${PKGMESSAGE} |
81 |
@${CAT} ${PKGMESSAGE} |
| 80 |
|
82 |
|