2014-05-06 10:04:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2014/05/06 10:04:13 ajacoutot Exp $
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= error codes for GnuPG related software
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2014-05-03 12:10:08 +00:00
|
|
|
DISTNAME= libgpg-error-1.13
|
2004-05-07 20:26:19 +00:00
|
|
|
CATEGORIES= security devel
|
2014-05-06 10:04:13 +00:00
|
|
|
REVISION= 0
|
2010-07-27 21:45:06 +00:00
|
|
|
|
2014-05-03 12:10:08 +00:00
|
|
|
SHARED_LIBS += gpg-error 3.3 # 11.0
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2014-01-03 06:39:57 +00:00
|
|
|
HOMEPAGE= http://www.gnupg.org/related_software/libgpg-error/
|
2009-06-11 05:23:48 +00:00
|
|
|
|
|
|
|
# GPLv2 - LGPLv2
|
2004-05-07 20:26:19 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2009-06-11 05:23:48 +00:00
|
|
|
|
2013-03-23 13:38:06 +00:00
|
|
|
WANTLIB += c
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2013-07-12 00:49:23 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITES_GNUPG:=libgpg-error/}
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2004-08-10 09:26:13 +00:00
|
|
|
MODULES= devel/gettext
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2004-05-07 20:26:19 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|