1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/math/symmetrica/Makefile
Yuri Victorovich 4280dcf14b New port: math/symmetrica: Collection of routines for combinatorial mathematics
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13711
2018-01-01 17:11:44 +00:00

24 lines
463 B
Makefile

# $FreeBSD$
PORTNAME= symmetrica
DISTVERSION= 2.0
CATEGORIES= math
MASTER_SITES= http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
DISTFILES= SYM2_0_tar.gz
MAINTAINER= yuri@FreeBSD.org
COMMENT= Collection of routines for combinatorial mathematics
LICENSE= PD
USES= gmake
MAKEFILE= makefile
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/test ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>