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