diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-03 03:15:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-03 03:15:58 +0800 |
commit | 50079c3d2b5031d290dc10daaf7f293cf2891970 (patch) | |
tree | afa7f5070d67525b96dc519842d92d705df8a878 /security/botan/Makefile | |
parent | be1e13ca8df4973de166fa92ec948699092f9395 (diff) | |
download | freebsd-ports-graphics-50079c3d2b5031d290dc10daaf7f293cf2891970.tar.gz freebsd-ports-graphics-50079c3d2b5031d290dc10daaf7f293cf2891970.tar.zst freebsd-ports-graphics-50079c3d2b5031d290dc10daaf7f293cf2891970.zip |
add opencl, a portable, easy to use, and efficient C++ crypto library
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile new file mode 100644 index 00000000000..86715c3aac3 --- /dev/null +++ b/security/botan/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: opencl +# Date created: Mar 3, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= opencl +PORTVERSION= 0.7.0 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= OpenCL-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= ijliao@FreeBSD.org + +USE_NEWGCC= yes + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= configure.pl +CONFIGURE_ARGS= --nodebug gcc-freebsd-generic + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +PLIST_SUB= PORTVERSION=${PORTVERSION} + +.include <bsd.port.mk> |