aboutsummaryrefslogtreecommitdiffstats
path: root/math/glpk/Makefile
blob: 0705112a004be114684e22fdb974df2d5c4c2ee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    GLPK
# Date created:     16 December 2000
# Whom:         Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   glpk
PORTVERSION=    4.25
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glpk

MAINTAINER= demon@FreeBSD.org
COMMENT=    A GNU Linear Programming Kit

LIB_DEPENDS=    gmp:${PORTSDIR}/math/libgmp4

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
CFLAGS+=    -trigraphs
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

.if !defined(NOPORTDOCS)
PORTDOCS=   bench.txt bench1.txt glpk.ps glpk_faq.txt gmpl.ps \
        gomory.djvu opb.txt
.endif

post-install:
    @${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/

.if !defined(NOPORTDOCS)
    @${CP} ${WRKSRC}/doc/memo/gomory.djvu ${WRKSRC}/doc/
    @${MKDIR} ${DOCSDIR}
    for docfile in ${PORTDOCS} ; do \
        ${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \
    done
.endif

.include <bsd.port.mk>