summaryrefslogtreecommitdiffstats
path: root/mail/wmmultipop3/Makefile
blob: b741d467be8d3536d6390abfb80e1fd31e8cf1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	wmmultipop3
# Date created:				Fri Sep 28 16:25:34 EDT 2001
# Whom:					Patrick Li <pat@databits.net>
#
# $FreeBSD$
#

PORTNAME=	wmmultipop3
PORTVERSION=	0.8
PORTREVISION=	2
CATEGORIES=	mail windowmaker
MASTER_SITES=	http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/
DISTNAME=	wmMultiPop3-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A WindowMaker dockapp that checks multiple pop3 accounts for new mail

BUILD_WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_XORG=	xpm

DOC_FILES=	ChangeLog INSTALL README

do-install:
	@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wmmultipop3 ${PREFIX}/bin
.ifndef(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud