Files
ports/math/lrcalc/Makefile
T
2021-01-24 13:59:15 +00:00

22 lines
358 B
Makefile

# 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>