pkgsrc-wip/nullpop/Makefile
Aleksej Saushev 117322ad16 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 18:15:31 +00:00

18 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 18:15:33 asau Exp $
DISTNAME= nullpop-0.2
CATEGORIES= mail
MASTER_SITES= http://memberwebs.com/nielsen/software/nullpop/
HOMEPAGE= http://memberwebs.com/nielsen/software/nullpop/
MAINTAINER= shaun@inerd.com
COMMENT= POP3 server that allows logins, but never returns any email
PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin"
.include "../../mk/bsd.pkg.mk"