pkgsrc/mail/libspf2/Makefile
jperkin 9703e02add Change previous fix, libreplace uses LTLIBOBJS to compile in additional
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.
2013-03-04 17:31:55 +00:00

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"