diff options
Diffstat (limited to 'devel/libfortuna/Makefile')
-rw-r--r-- | devel/libfortuna/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile deleted file mode 100644 index c4c383a5e5eb..000000000000 --- a/devel/libfortuna/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= libfortuna -PORTVERSION= 0.1.1 -CATEGORIES= devel - -MAINTAINER= waitman@waitman.net -COMMENT= Fortuna PRNG Library -WWW= http://crxwg.com/fortuna/bin/libfortuna.html - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -USE_GITHUB= yes -USE_LDCONFIG= yes -GH_ACCOUNT= waitman -GH_TAGNAME= 11cbd88 - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=array-parameter -.endif - -.include <bsd.port.post.mk> |