View | Details | Raw Unified | Return to bug 101893
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/srilm/Makefile (-9 / +8 lines)
Lines 18-28 Link Here
18
18
19
DOWNLOAD_URL?=	http://www.speech.sri.com/projects/srilm/download.html
19
DOWNLOAD_URL?=	http://www.speech.sri.com/projects/srilm/download.html
20
20
21
USE_GMAKE=	yes
22
MAKE_ENV+=	SRILM=${WRKSRC}
23
ALL_TARGET=	World
21
ALL_TARGET=	World
24
ONLY_FOR_ARCHS=	i386
22
MAKE_ENV+=	SRILM=${WRKSRC}
25
NO_PACKAGE=	not yet
23
NO_PACKAGE=	not yet
24
ONLY_FOR_ARCHS=	i386
25
USE_GMAKE=	yes
26
26
27
PROGRAMS=	ngram ngram-count ngram-merge ngram-class disambig anti-ngram \
27
PROGRAMS=	ngram ngram-count ngram-merge ngram-class disambig anti-ngram \
28
		nbest-lattice nbest-mix  nbest-optimize  nbest-pron-score \
28
		nbest-lattice nbest-mix  nbest-optimize  nbest-pron-score \
Lines 64-71 Link Here
64
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
65
65
66
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
66
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
67
ECHO_MSG=/usr/bin/printf
67
IGNORE=		because of license document, we suggest you fetch the source \
68
IGNORE=	because of license document, we suggest you fetch the source \
69
distribution\n\
68
distribution\n\
70
manually.  Please access ${DOWNLOAD_URL}\n\
69
manually.  Please access ${DOWNLOAD_URL}\n\
71
, follow the download instructions, download the source\n\
70
, follow the download instructions, download the source\n\
Lines 88-101 Link Here
88
do-install:
87
do-install:
89
	@${MKDIR} ${EXAMPLESDIR}
88
	@${MKDIR} ${EXAMPLESDIR}
90
	cd ${WRKSRC}/bin/freebsd && \
89
	cd ${WRKSRC}/bin/freebsd && \
91
		${INSTALL_PROGRAM} ${PROGRAMS} ${PREFIX}/bin && \
90
		${INSTALL_PROGRAM} ${PROGRAMS} ${TARGETDIR}/bin && \
92
		${INSTALL_SCRIPT} ${GAWK_SCRIPTS} ${EXAMPLESDIR} && \
91
		${INSTALL_SCRIPT} ${GAWK_SCRIPTS} ${EXAMPLESDIR} && \
93
	cd ${WRKSRC}/man/man1 && \
92
	cd ${WRKSRC}/man/man1 && \
94
		${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 && \
93
		${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 && \
95
	cd ${WRKSRC}/man/man3 && \
94
	cd ${WRKSRC}/man/man3 && \
96
		${INSTALL_MAN} ${MAN3} ${MANPREFIX}/man/man3 && \
95
		${INSTALL_MAN} ${MAN3} ${MAN3PREFIX}/man/man3 && \
97
	cd ${WRKSRC}/man/man5 && \
96
	cd ${WRKSRC}/man/man5 && \
98
		${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 && \
97
		${INSTALL_MAN} ${MAN5} ${MAN3PREFIX}/man/man5 && \
99
	cd ${WRKSRC}/bin && \
98
	cd ${WRKSRC}/bin && \
100
		${INSTALL_SCRIPT} ${SCRIPTS} ${EXAMPLESDIR}
99
		${INSTALL_SCRIPT} ${SCRIPTS} ${EXAMPLESDIR}
101
100
(-)/home/staff/gslin/work/ports/srilm/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/anti-ngram
2
bin/anti-ngram
2
bin/disambig
3
bin/disambig
3
bin/hidden-ngram
4
bin/hidden-ngram

Return to bug 101893