117322ad16
Mark packages that don't or might probably not have staged installation.
18 lines
441 B
Makefile
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"
|