View | Details | Raw Unified | Return to bug 63037 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +21 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	hotwayd
8
PORTNAME=	hotwayd
9
PORTVERSION=	0.7.1
9
PORTVERSION=	0.8
10
PORTREVISION=	1
11
CATEGORIES=	mail
10
CATEGORIES=	mail
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	hotwayd
12
MASTER_SITE_SUBDIR=	hotwayd
Lines 16-31 Link Here
16
COMMENT=	A Hotmail -> POP3 gateway
15
COMMENT=	A Hotmail -> POP3 gateway
17
16
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
17
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
19
		iconv.3:${PORTSDIR}/converters/libiconv
18
		iconv.3:${PORTSDIR}/converters/libiconv \
19
		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
20
20
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
24
25
MAN1=		hotwayd.1
25
MAN1=		hotwayd.1 \
26
PLIST_FILES=	sbin/hotwayd
26
		hotsmtpd.1
27
27
28
post-install:
28
DOC_FILES=	AUTHORS COPYING INSTALL NEWS README README.hotsmtpd VERSION
29
DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
30
31
post-install:	install-doc-files display-message
32
33
install-doc-files:
34
.if !defined(NOPORTDOCS)
35
	@${MKDIR} ${DOCSDIR}
36
.for f in ${DOC_FILES}
37
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
38
.endfor
39
.endif
40
41
display-message:
42
	@${ECHO_MSG}
29
	@${CAT} ${PKGMESSAGE}
43
	@${CAT} ${PKGMESSAGE}
44
	@${ECHO_MSG}
30
45
31
.include <bsd.port.mk>
46
.include <bsd.port.mk>

Return to bug 63037