freebsd-ports/mail/popcheck/Makefile
Kirill Ponomarev 475c5df54d Fix MASTER_SITES
PR:		ports/68927
Submitted by:	maintainer
2004-07-11 19:10:48 +00:00

32 lines
678 B
Makefile

# New ports collection makefile for: popcheck
# Date created: 25 Jan 2004
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= popcheck
PORTVERSION= 1.3
CATEGORIES= mail
MASTER_SITES= http://www.ludd.luth.se/~staham/linux/programs/ \
http://people.tecnik93.com/~radim/tarballs/
DISTNAME= popcheck
MAINTAINER= hsn@netmag.cz
COMMENT= Preview and delete messages in POP3 mailbox
ALL_TARGET= popcheck
.if !defined(NO_INSTALL_MANPAGES)
MAN1= popcheck.1
.endif
PLIST_FILES= bin/popcheck
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${MAN1PREFIX}/man/man1
.endif
.include <bsd.port.mk>