7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
36 lines
824 B
Makefile
36 lines
824 B
Makefile
# 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
|
|
CATEGORIES= mail windowmaker
|
|
MASTER_SITES= http://bart.sm.luth.se/~dansun-8/software/wmMultiPop3/
|
|
DISTNAME= wmMultiPop3-${PORTVERSION}
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= A WindowMaker dockapp that checks multiple pop3 accounts for new mail
|
|
|
|
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
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>
|