Assorted libassuan tweaks

- add HOMEPAGE
- drop unneeded dep on intltool/gettext-tools
- don't force -fPIC, libtool adds it for objects in shared libs
- tweaks DESCR, the extra comma looked weird
- move EXTRACT_SUFX below MASTER_SITES, as per Makefile.template

"fine with me" jasper@
This commit is contained in:
jca 2018-01-23 11:31:22 +00:00
parent b45078bdb2
commit 6facf50028
2 changed files with 7 additions and 8 deletions

View File

@ -1,27 +1,26 @@
# $OpenBSD: Makefile,v 1.20 2018/01/10 10:59:50 pea Exp $
# $OpenBSD: Makefile,v 1.21 2018/01/23 11:31:22 jca Exp $
COMMENT= IPC library used by GnuPG and gpgme
DISTNAME= libassuan-2.5.1
EXTRACT_SUFX= .tar.bz2
REVISION= 0
SHARED_LIBS += assuan 2.1 # 8.1
CATEGORIES= security devel
HOMEPAGE= https://www.gnupg.org/software/libassuan/index.html
# LGPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += gpg-error iconv intl
MASTER_SITES= ${MASTER_SITE_GNUPG:=libassuan/}
MODULES= textproc/intltool
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= security/libgpg-error
CONFIGURE_STYLE= gnu
CFLAGS += -fPIC
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Libassuan is a small library implementing the so-called Assuan protocol.
This protocol is used for IPC between most newer GnuPG components. Both,
server and client side functions are provided.
This protocol is used for IPC between most newer GnuPG components.
Both server and client side functions are provided.