88ea72915d
make a distinction between these. ok aja@ dcoppa@
36 lines
793 B
Makefile
36 lines
793 B
Makefile
# $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
|
|
|
|
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= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|