diff options
author | bf <bf@FreeBSD.org> | 2011-08-20 02:56:19 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-08-20 02:56:19 +0800 |
commit | 1087438c8f328c9cebe84790f069e6fe70704118 (patch) | |
tree | 4281d89a820b4b7030268d39e4eb862cbcee6839 /math | |
parent | c1eb47df7027da6d0e8bd342d6da038cef5bdd8b (diff) | |
download | freebsd-ports-gnome-1087438c8f328c9cebe84790f069e6fe70704118.tar.gz freebsd-ports-gnome-1087438c8f328c9cebe84790f069e6fe70704118.tar.zst freebsd-ports-gnome-1087438c8f328c9cebe84790f069e6fe70704118.zip |
add LICENSE
Diffstat (limited to 'math')
-rw-r--r-- | math/prng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index 380e2ecb4235..4b252393fbdc 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/ MAINTAINER= bf@FreeBSD.org COMMENT= Portable, high-performance ANSI-C pseudorandom number generators +LICENSE= GPLv2 + CFLAGS+= -fgnu89-inline GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" |