aboutsummaryrefslogblamecommitdiff
path: root/math/lrcalc/Makefile
blob: 21a8a1eb7ea3462822d93ff36d11e077df8082f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                               
                   







                                                              
                                  






                      
# Created by: thierry@pompo.net
# $FreeBSD$

PORTNAME=	lrcalc
PORTVERSION=	1.3
CATEGORIES=	math
MASTER_SITES=	https://sites.math.rutgers.edu/~asbuch/lrcalc/

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Littlewood-Richardson Calculator

LICENSE=	GPLv2+

USES=		autoreconf libtool

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

TEST_TARGET=	check

.include <bsd.port.mk>