3ebe053d90
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
19 lines
463 B
Makefile
19 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= beecrypt-3.0.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beecrypt/}
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/
|
|
COMMENT= Multipurpose cryptographic library
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ARGS+= --without-javaglue
|
|
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|