053a8a1640
Trim headers Convert to USE_GCC=any where needed Remove indefinite article
23 lines
495 B
Makefile
23 lines
495 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= mjl@luckie.org.nz
|
|
COMMENT= X11 IMAP client
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xext xmu xp xt
|
|
USE_MOTIF= yes
|
|
|
|
pre-configure:
|
|
@${ECHO_MSG} "===> Building c-client"
|
|
@( cd ${WRKSRC}/../imap-4; make bsi )
|
|
@( cd ${WRKSRC}; ${RM} -f makeproto )
|
|
|
|
.include <bsd.port.mk>
|