pkgsrc/mail/pulsar/Makefile
jlam fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00

23 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/06/01 20:08:00 jlam Exp $
#
DISTNAME= pulsar-0.1.1
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pulsar/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://pulsar.sourceforge.net/
COMMENT= Small, secure POP3 daemon, featuring native SSL support
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf gmake
MANCOMPRESSED= yes
pre-configure:
cd ${WRKSRC}; autoconf
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"