pkgsrc/security/libassuan/Makefile
jmmv 5cbec5a821 Multiple cleanups:
- Move PKG_INSTALLATION_TYPES to where it belongs.
- Sort USE_* section alphabetically.
- No need to use GNU make.
- No need to define USE_PKGLOCALEDIR.
- Add blank line before inclusion of buildlink3.mk files.
- Handle installation of info file propertly and bump PKGREVISION to 1
  because of this.
2004-11-05 17:00:51 +00:00

23 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/11/05 17:00:51 jmmv Exp $
#
DISTNAME= libassuan-0.6.7
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/
COMMENT= The IPC library used by some GnuPG related software
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
INFO_FILES= assuan.info
BUILDLINK_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"