mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
762451d855
With hat: portmgr
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# Created by: Jeroen Hogeveen <albast@xs4all.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ml
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 IMAP client
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USES= imake motif
|
|
USE_XORG= ice sm x11 xext xmu xp xt
|
|
|
|
NO_STAGE= yes
|
|
pre-configure:
|
|
@${ECHO_MSG} "===> Building c-client"
|
|
@( cd ${WRKSRC}/../imap-4; make bsi )
|
|
@( cd ${WRKSRC}; ${RM} -f makeproto )
|
|
|
|
.include <bsd.port.mk>
|