summaryrefslogtreecommitdiff
path: root/math/lrcalc/Makefile
blob: ab51e4da453acdac84b36513abaefc10e08a8aad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	lrcalc
DISTVERSION=	2.1
CATEGORIES=	math
MASTER_SITES=	https://sites.math.rutgers.edu/~asbuch/lrcalc/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Littlewood-Richardson Calculator
WWW=		https://sites.math.rutgers.edu/~asbuch/lrcalc/

LICENSE=	GPLv2+

USES=		libtool
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip
TEST_TARGET=	check

.include <bsd.port.mk>