Lines 2-15
Link Here
|
2 |
# Date created: 25 Apr 2005 |
2 |
# Date created: 25 Apr 2005 |
3 |
# Whom: Robert Felber <robtone@ek-muc.de> |
3 |
# Whom: Robert Felber <robtone@ek-muc.de> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.5 2005/06/22 09:06:02 pav Exp $ |
5 |
# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.2 2005/04/30 08:36:27 jylefort Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= policyd-weight |
8 |
PORTNAME= policyd-weight |
9 |
PORTVERSION= 0.1.8 |
9 |
PORTVERSION= 0.1.10 |
|
|
10 |
PORTREVISION= 1 |
11 |
|
10 |
CATEGORIES= mail |
12 |
CATEGORIES= mail |
11 |
MASTER_SITES= http://robtone.mine.nu/postfix/releases/ |
13 |
MASTER_SITES= http://robtone.mine.nu/postfix/releases/ |
12 |
PKGNAMEPREFIX= postfix- |
14 |
PKGNAMEPREFIX= postfix- |
13 |
|
15 |
|
14 |
MAINTAINER= robtone@ek-muc.de |
16 |
MAINTAINER= robtone@ek-muc.de |
15 |
COMMENT= Weighted policy daemon for postfix |
17 |
COMMENT= Weighted policy daemon for postfix |
Lines 18-27
Link Here
|
18 |
postfix:${PORTSDIR}/mail/postfix-current |
20 |
postfix:${PORTSDIR}/mail/postfix-current |
19 |
|
21 |
|
20 |
SUB_FILES= pkg-message |
22 |
SUB_FILES= pkg-message |
21 |
PLIST_FILES= libexec/postfix/${PORTNAME} |
23 |
PLIST_FILES= libexec/postfix/${PORTNAME} \ |
|
|
24 |
etc/${PORTNAME}.conf.sample |
22 |
|
25 |
|
23 |
do-install: |
26 |
do-install: |
24 |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix |
27 |
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix |
|
|
28 |
${INSTALL} -m 644 ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/ |
25 |
|
29 |
|
26 |
post-install: |
30 |
post-install: |
27 |
@${CAT} ${PKGMESSAGE} |
31 |
@${CAT} ${PKGMESSAGE} |