diff options
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile deleted file mode 100644 index abd01e089850..000000000000 --- a/security/botan/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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.3 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= OpenCL-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -USE_NEWGCC= yes - -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= configure.pl -CONFIGURE_ARGS= gcc-freebsd-generic - -USE_GMAKE= yes - -INSTALLS_SHLIB= yes - -PLIST_SUB= PORTVERSION=0.7.2 - -.include <bsd.port.mk> |