30 lines
698 B
Makefile
30 lines
698 B
Makefile
# $OpenBSD: Makefile,v 1.16 2013/03/23 13:38:06 ajacoutot Exp $
|
|
|
|
COMMENT= error codes for GnuPG related software
|
|
|
|
DISTNAME= libgpg-error-1.11
|
|
CATEGORIES= security devel
|
|
|
|
SHARED_LIBS += gpg-error 3.2 # 9.0
|
|
|
|
HOMEPAGE= http://www.gnupg.org/related_software/libgpg-error.en.html
|
|
|
|
# GPLv2 - LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \
|
|
ftp://gd.tuwien.ac.at/privacy/gnupg/libgpg-error/ \
|
|
http://sunsite.dk/pub/security/gcrypt/libgpg-error/ \
|
|
http://ftp.linux.it/pub/mirrors/gnupg/libgpg-error/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|