freebsd-ports/math/glpk/Makefile
Dmitry Sivachenko fd26da09d7 Update to 3.2.1 and unbreak.
Approved by:	will
2002-09-21 18:04:50 +00:00

29 lines
535 B
Makefile

# New ports collection makefile for: GLPK
# Date created: 16 December 2000
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glpk
PORTVERSION= 3.2.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glpk
MAINTAINER= demon@FreeBSD.org
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>