freebsd-ports/security/botan/Makefile

41 lines
919 B
Makefile
Raw Normal View History

# ex:ts=8
2002-08-20 07:03:18 +02:00
# New ports collection makefile for: botan
# Date created: Mar 3, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
2002-08-20 07:03:18 +02:00
PORTNAME= botan
2003-01-30 16:47:04 +01:00
PORTVERSION= 1.0.2
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
2002-08-20 07:03:18 +02:00
MASTER_SITE_SUBDIR= opencl
DISTNAME= Botan-${PORTVERSION}
EXTRACT_SUFX= .tgz
2001-06-10 13:30:06 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A portable, easy to use, and efficient C++ crypto library
USE_REINPLACE= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
2001-06-10 13:30:06 +02:00
CONFIGURE_ARGS= gcc-freebsd-generic
USE_GMAKE= yes
2002-05-10 04:32:18 +02:00
MAKE_ARGS= LANG_FLAGS="-fpermissive -ansi"
INSTALLS_SHLIB= yes
2002-05-10 04:32:18 +02:00
PLIST_SUB= PORTVERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g ; \
2002-05-10 04:32:18 +02:00
s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
@${RM} -f ${WRKSRC}/src/pipe_io.cpp.orig
post-install:
@${RM} -f ${PREFIX}/include/botan/botan
.include <bsd.port.mk>