# New ports collection makefile for: postfix-policyd-weight # Date created: 25 Apr 2005 # Whom: Robert Felber # # $FreeBSD$ # PORTNAME= policyd-weight PORTVERSION= 0.1.11 CATEGORIES= mail MASTER_SITES= http://robtone.mine.nu/postfix/releases/ PKGNAMEPREFIX= postfix- MAINTAINER= robtone@ek-muc.de COMMENT= Weighted policy daemon for postfix RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ postfix:${PORTSDIR}/mail/postfix SUB_FILES= pkg-message PLIST_FILES= libexec/postfix/${PORTNAME} etc/${PORTNAME}.conf.sample do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc post-install: @${CAT} ${PKGMESSAGE} .include