pkgsrc-wip/symmetrica/Makefile
Kamel Ibn Aziz Derouiche d1138471f9 Import symmetrica-2.0 as wip/symmetrica.
Symmetrica is a collection of routines, written in the programming language
C, through which the user can readily write his/her own programs. Routines
which manipulate many types of mathematical objects are available. Their use
is facilitated by Symmetrica's object oriented style.
2010-05-10 21:31:35 +00:00

23 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/10 21:31:35 jihbed Exp $
#
DISTNAME= SYM2_0_tar
PKGNAME= symmetrica-2.0
CATEGORIES= math
MASTER_SITES= http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
EXTRACT_SUFX= .gz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
COMMENT= Library for combinatorics
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"