mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
346 B
Makefile
21 lines
346 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
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>
|