jca 49d9c2c78e Introduce MASTER_SITES_GNUPG and reuse it for various GnuPG
(sub)projects.  http:// urls first, then the primary ftp
site for ''make peek-ftp'', as suggested by sthen@.
ok sthen@
2013-07-12 00:49:23 +00:00

29 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/07/12 00:49:23 jca Exp $
COMMENT= IPC library used by GnuPG and gpgme
DISTNAME= libassuan-2.1.0
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS += assuan 1.1 # 2.0
CATEGORIES= security devel
# LGPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += gpg-error
MASTER_SITES= ${MASTER_SITES_GNUPG:=libassuan/}
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= security/libgpg-error
CONFIGURE_STYLE=gnu
CFLAGS+= -fPIC
.include <bsd.port.mk>