bd67dd4b38
ok jasper
32 lines
710 B
Makefile
32 lines
710 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/09/20 10:37:26 steven Exp $
|
|
|
|
COMMENT= error codes for GnuPG related software
|
|
|
|
DISTNAME= libgpg-error-1.5
|
|
CATEGORIES= security devel
|
|
SHARED_LIBS= gpg-error 2.0
|
|
|
|
# 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/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|