objects, so provide a dummy file which will always get included to avoid issues on systems where you are not allowed an empty library. Noticed by tron. Bump PKGREVISION.
18 lines
417 B
Makefile
18 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/04 17:31:55 jperkin Exp $
|
|
|
|
DISTNAME= libspf2-1.2.9
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.libspf2.org/spf/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.libspf2.org/
|
|
COMMENT= Implementation of the Sender Policy Framework
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFLICTS+= libspf_alt-[0-9]*
|
|
CONFLICTS+= p5-Mail-SPF-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|