1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/zimpl/Makefile
Yuri Victorovich 6fd1480c74 math/zimpl: Replace BROKEN_xx with ONLY_FOR_ARCHS=amd64 i386
Other architectures are explicitly not supported.
2018-06-10 00:56:18 +00:00

31 lines
737 B
Makefile

# Created by: Yuri Victorovich <yuri@FreeBSD.org>
# $FreeBSD$
PORTNAME= zimpl
DISTVERSION= 3.3.4
CATEGORIES= math
MASTER_SITES= http://zimpl.zib.de/download/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Language to translate the LP models into .lp or .mps
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= missing make/make.linux.$${arch}.gnu.opt for other architectures
LIB_DEPENDS= libgmp.so:math/gmp
USES= gmake localbase:ldflags tar:tgz
USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC} LINKCC=${CC} DCC=${CC} LDFLAGS="${LDFLAGS} -lgmp -lm -lz" SHARED=true
PLIST_FILES= bin/zimpl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/zimpl-* ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>