summaryrefslogblamecommitdiff
path: root/math/glpk/Makefile
blob: 1988cb8fd54e73af5c6fe3b797b65d1fcfe9809b (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
                     
                    
                                  


                                 
                                            
 

                   
                                                     


                        
                            
                                      
                                                                   


            
                      
# New ports collection makefile for:	GLPK
# Date created:		16 December 2000
# Whom:			Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

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

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

GNU_CONFIGURE=	yes

DOCFILES=	lang.ps refman.ps bench.txt brcut.txt

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	for file in ${DOCFILES} ; do \
		${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
	done
.endif

.include <bsd.port.mk>