freebsd-ports/mail/asmail/Makefile
Pete Fritchman 7d9ab0caaf Fix a bug where asmail wouldn't correctly parse the imap4 port number
correctly.

PR:		34804
Submitted by:	Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
Approved by:	maintainer timeout
2002-06-08 13:32:07 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: asmail
# Date created: 15 August 1997
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
PORTNAME= asmail
PORTVERSION= 0.56
PORTREVISION= 1
CATEGORIES= mail afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://gates.enemy.at/pub/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= brett@peloton.runet.edu
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shaping
MAN1= asmail.1
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample.asmailrc
post-install:
${INSTALL_MAN} ${WRKSRC}/asmail.man ${PREFIX}/man/man1/asmail.1
@${MKDIR} ${PREFIX}/include/X11/pixmaps/cloud-e
${INSTALL_DATA} ${WRKSRC}/pixmaps/cloud-e/*.xpm ${PREFIX}/include/X11/pixmaps/cloud-e
${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/include/X11/pixmaps
@${MKDIR} ${PREFIX}/share/examples/asmail
${INSTALL_DATA} ${WRKSRC}/sample.asmailrc ${PREFIX}/share/examples/asmail
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/asmail
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asmail
.endif
.include <bsd.port.mk>