openbsd-ports/security/libgpg-error/Makefile

36 lines
793 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2012/03/29 13:38:49 sthen Exp $
COMMENT= error codes for GnuPG related software
DISTNAME= libgpg-error-1.10
CATEGORIES= security devel
SHARED_LIBS= gpg-error 3.1 # .7.0
HOMEPAGE= http://www.gnupg.org/related_software/libgpg-error.en.html
# GPLv2 - LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
2005-12-04 12:21:09 -05:00
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/
2007-09-20 06:37:26 -04:00
EXTRACT_SUFX= .tar.bz2
2004-08-10 05:26:13 -04:00
MODULES= devel/gettext
2005-12-04 12:21:09 -05:00
USE_LIBTOOL= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>