opnsense-ports/math/symmetrica/Makefile
Franco Fichtner a304ae0404 */*: sync with upstream
Taken from: HardenedBSD
2018-01-02 23:31:39 +01:00

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