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

(-)Makefile (-5 / +5 lines)
Lines 9-15 Link Here
9
PORTVERSION=	4.0
9
PORTVERSION=	4.0
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	# none
12
MASTER_SITES=	ftp://ftp.es.ele.tue.nl/pub/lp_solve/old_versions_which_you_probably_dont_want/
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
DISTNAME=	${PORTNAME}_${PORTVERSION}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
Lines 32-43 Link Here
32
	${INSTALL_MAN} ${WRKSRC}/lp_solve.1 ${PREFIX}/man/man1
32
	${INSTALL_MAN} ${WRKSRC}/lp_solve.1 ${PREFIX}/man/man1
33
.ifndef NOPORTDOCS
33
.ifndef NOPORTDOCS
34
	${MKDIR} ${DOCSDIR}
34
	${MKDIR} ${DOCSDIR}
35
	${CP} $(WRKSRC)/HARTMUT_DOCUMENTATION ${DOCSDIR}
35
	${CP} ${WRKSRC}/HARTMUT_DOCUMENTATION ${DOCSDIR}
36
	${CP} $(WRKSRC)/MPS.description ${DOCSDIR}
36
	${CP} ${WRKSRC}/MPS.description ${DOCSDIR}
37
	${CP} $(WRKSRC)/*.pdf ${DOCSDIR}
37
	${CP} ${WRKSRC}/*.pdf ${DOCSDIR}
38
	${MKDIR} ${EXAMPLESDIR}
38
	${MKDIR} ${EXAMPLESDIR}
39
	${INSTALL_PROGRAM} ${WRKSRC}/demo ${EXAMPLESDIR}
39
	${INSTALL_PROGRAM} ${WRKSRC}/demo ${EXAMPLESDIR}
40
	${CP} -R $(WRKSRC)/lp_examples/* ${EXAMPLESDIR}
40
	${CP} -R ${WRKSRC}/lp_examples/* ${EXAMPLESDIR}
41
.endif
41
.endif
42
42
43
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)pkg-descr (-2 / +4 lines)
Lines 8-12 Link Here
8
Michel Berkelaar
8
Michel Berkelaar
9
michel@ics.ele.tue.nl
9
michel@ics.ele.tue.nl
10
________
10
________
11
NOTE: Current development of this tool is done on Yahoo's "lp_solve" 
11
NOTE: Current development of this tool is done on Yahoo's "lp_solve"
12
group, at http://groups.yahoo.com/group/lp_solve/ .
12
group (below).
13
14
WWW: http://groups.yahoo.com/group/lp_solve/

Return to bug 77709