2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: xdm
|
|
|
|
# Date Created: 17 Feb 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xdm
|
2007-09-13 21:45:08 +02:00
|
|
|
PORTVERSION= 1.1.6
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.Org X display manager
|
|
|
|
|
|
|
|
XORG_CAT= app
|
|
|
|
USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw
|
2007-09-13 21:45:08 +02:00
|
|
|
CONFIGURE_ARGS+= --with-xdmconfigdir=${EXAMPLESDIR} \
|
|
|
|
--with-xdmscriptdir=${EXAMPLESDIR}
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
MAN1= xdm.1
|
|
|
|
|
2007-07-02 19:35:13 +02:00
|
|
|
CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \
|
|
|
|
Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for f in ${CFFILES}
|
|
|
|
${CP} -n ${EXAMPLESDIR}/$f ${PREFIX}/lib/X11/xdm/$f
|
|
|
|
.endfor
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|