freebsd-ports/mail/nullpop/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

23 lines
513 B
Makefile

# New ports collection makefile for: nullpop
# Date created: 2006-08-13
# Whom: Pankov Pavel <pankov_p@mail.ru>
#
# $FreeBSD$
#
PORTNAME= nullpop
PORTVERSION= 0.3
CATEGORIES= mail
MASTER_SITES= http://memberwebs.com/stef/software/nullpop/
MAINTAINER= pankov_p@mail.ru
COMMENT= A POP3 server that allows logins, but never returns any email
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin"
PLIST_FILES= bin/nullpop
MAN8= nullpop.8
.include <bsd.port.mk>