mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4280dcf14b
Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13711
24 lines
463 B
Makefile
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>
|