# New ports collection makefile for: GLPK # Date created: 16 December 2000 # Whom: Dmitry Sivachenko # # $FreeBSD$ # PORTNAME= glpk PORTVERSION= 4.14 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 CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes CFLAGS+= -trigraphs DOCFILES= lang.ps refman.ps bench.txt glpk_faq.txt .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} for file in ${DOCFILES} ; do \ ${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \ done .endif .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif .include