33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
28 lines
573 B
Makefile
28 lines
573 B
Makefile
# New ports collection makefile for: YACL
|
|
# Date created: 15 March 1998
|
|
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ml
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
COMMENT= An X11 IMAP client
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_IMAKE= yes
|
|
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>
|