freebsd-ports/math/libgmp-freebsd/Makefile
Alexander Leidinger 406da6b0ef - add CONFLICTS
- build only for alpha and i386
   sparc64: may compile with some fixes, but has bugs in the assembly code

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-07-01 09:50:03 +00:00

31 lines
646 B
Makefile

# New ports collection makefile for: libgmp
# Date created: 28 August 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libgmp
PORTVERSION= 2001.08.07
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sobomax
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for arbitrary precision arithmetic
CONFLICTS= libgmp-4*
ONLY_FOR_ARCHS= alpha i386
USE_BZIP2= yes
INSTALLS_SHLIB= yes
MAKE_FLAGS= INCDIR=${PREFIX}/include \
LIBDIR=${PREFIX}/lib \
INFODIR=${PREFIX}/info
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "is in the base system"
.endif
.include <bsd.port.post.mk>