fc69fe9da2
changes: -fix for pipe servers -build system improvements
22 lines
628 B
Makefile
22 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/07/02 16:59:40 drochner Exp $
|
|
|
|
DISTNAME= libassuan-2.0.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
CONFLICTS= libassuan-1.*{,nb*}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gnupg.org/related_software/libassuan/index.en.html
|
|
COMMENT= IPC library used by some of the other GnuPG related packages
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
|
INFO_FILES= yes
|
|
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|