1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/mail/popcheck/Makefile
2024-01-09 10:47:14 +01:00

23 lines
670 B
Makefile

PORTNAME= popcheck
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.ludd.luth.se/~staham/linux/programs/ \
http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/
DISTNAME= popcheck
MAINTAINER= ports@FreeBSD.org
COMMENT= Preview and delete messages in POP3 mailbox
WWW= http://www.ludd.luth.se/~staham/linux/programs.html
USES= ncurses
ALL_TARGET= popcheck
MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses"
PLIST_FILES= bin/popcheck share/man/man1/popcheck.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>