41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.95 2017/08/01 16:47:39 wiz Exp $
|
|
|
|
DISTNAME= fetchmail-6.3.22
|
|
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://download.berlios.de/fetchmail/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://fetchmail.berlios.de/
|
|
COMMENT= Configuration tool for fetchmail
|
|
|
|
DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail
|
|
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
NO_BUILD= YES
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-hesiod
|
|
LDFLAGS+= ${CFLAGS}
|
|
USE_TOOLS+= msgfmt tbl
|
|
USE_LANGUAGES+= c
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
INSTALL_TARGET= install-pythonPYTHON
|
|
|
|
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
|
REPLACE_PYTHON= fetchmailconf.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 6.3.22
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf
|
|
${LN} -s fetchmail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fetchmailconf.1
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|