freebsd-ports/security/opencl/Makefile
Ying-Chieh Liao 160ef701d8 upgrade to 0.7.3
drop maintainership
2001-06-10 11:30:06 +00:00

31 lines
556 B
Makefile

# 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>