27 lines
761 B
Makefile
27 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.33 2002/01/23 12:33:08 tron Exp $
|
|
|
|
DISTNAME= fetchmail-5.9.6
|
|
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
|
|
http://www.tuxedo.org/~esr/fetchmail/ \
|
|
http://sunsite.unc.edu/pub/Linux/system/mail/pop/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
|
|
COMMENT= Configuration tool for fetchmail
|
|
|
|
DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail
|
|
DEPENDS+= py-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
NO_BUILD= YES
|
|
USE_X11= YES
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin
|
|
${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|