b2715b7bb6
output for a while now. - fix a few license markers while here
40 lines
918 B
Makefile
40 lines
918 B
Makefile
# $OpenBSD: Makefile,v 1.23 2011/07/07 17:18:11 jasper Exp $
|
|
|
|
COMMENT= crypto library based on code used in GnuPG
|
|
|
|
DISTNAME= libgcrypt-1.4.6
|
|
CATEGORIES= security
|
|
SHARED_LIBS= gcrypt 15.0 # .17.0
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= http://www.gnupg.org/
|
|
|
|
# GPLv2/LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
|
ftp://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ \
|
|
http://ftp.planetmirror.com/pub/gnupg/libgcrypt/ \
|
|
http://sunsite.dk/pub/security/gcrypt/libgcrypt/ \
|
|
http://ftp.linux.it/pub/mirrors/gnupg/libgcrypt/
|
|
|
|
MODULES= devel/gettext
|
|
LIB_DEPENDS= security/libgpg-error>=1.9
|
|
|
|
WANTLIB= c gpg-error
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--enable-static
|
|
|
|
.if ${MACHINE_ARCH} != "hppa"
|
|
CONFIGURE_ARGS+= --disable-asm
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|