openbsd-ports/security/libgpg-error/Makefile
sturm 13b84b5f49 SHARED_LIBS
USE_LIBTOOL where applicable
2005-12-24 22:32:53 +00:00

35 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/12/24 22:32:53 sturm Exp $
COMMENT= "error codes for GnuPG related software"
DISTNAME= libgpg-error-1.1
CATEGORIES= security devel
SHARED_LIBS= gpg-error 1.4
MODGNU_SHARED_LIBS=gpg-error ''
LIBgpg-error_ALIAS=gpg_error
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>