2013-09-06 16:25:06 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2013/09/06 16:25:06 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
|
|
|
|
2013-09-06 16:25:06 +00:00
|
|
|
DISTNAME= libgpg-error-1.12
|
2004-05-07 20:26:19 +00:00
|
|
|
CATEGORIES= security devel
|
2010-07-27 21:45:06 +00:00
|
|
|
|
2013-03-23 13:38:06 +00:00
|
|
|
SHARED_LIBS += gpg-error 3.2 # 9.0
|
2004-05-07 20:26:19 +00:00
|
|
|
|
2009-06-11 05:23:48 +00:00
|
|
|
HOMEPAGE= http://www.gnupg.org/related_software/libgpg-error.en.html
|
|
|
|
|
|
|
|
# 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>
|