freebsd-ports/math/glpk/Makefile

30 lines
573 B
Makefile
Raw Normal View History

# 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
2002-07-18 07:52:02 -04:00
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
2001-03-13 06:55:18 -05:00
post-install:
.if !defined(NOPORTDOCS)
2001-07-15 04:21:18 -04:00
@${MKDIR} ${DOCSDIR}
2001-03-13 06:55:18 -05:00
for file in ${DOCFILES} ; do \
${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
2001-03-13 06:55:18 -05:00
done
.endif
.include <bsd.port.mk>