1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Enable stage support

This commit is contained in:
Johan van Selst 2013-12-29 20:06:16 +00:00
parent f9d2471119
commit a4c3f6a572
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338038

View File

@ -7,14 +7,12 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
ftp://mud.stack.nl/pub/chk4mail/
MAINTAINER= johans@FreeBSD.org
COMMENT= A utility to quickly check multiple folders for new email
COMMENT= Quickly check multiple folders for new email
PLIST_FILES= bin/chk4mail bin/chkimap
MAN1= chk4mail.1 chkimap.1
PLIST_FILES= bin/chk4mail bin/chkimap \
man/man1/chk4mail.1.gz man/man1/chkimap.1.gz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-imap
NO_STAGE= yes
.include <bsd.port.mk>