# $MidnightBSD: trunk/x11-wm/ratpoison/Makefile 15462 2013-09-17 03:15:41Z laffer1 $

PORTNAME=	ratpoison
PORTVERSION=	1.4.5
PORTREVISION=	1
CATEGORIES=	x11-wm
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
		http://mirror.4bit.ws/
MASTER_SITE_SUBDIR=	ratpoison

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Simple window manager with no fat library dependencies
LICENSE=	gpl2

USE_XORG=	xext xinerama xtst
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	GDM_SUPPORT DOCS
GDM_SUPPORT_DESC=	Install session data files for GDM

SUB_FILES=	ratpoison.desktop

.include <bsd.mport.options.mk>

post-patch:
	${REINPLACE_CMD} -e 's|bash|sh|g' ${WRKSRC}/contrib/allwindows.sh

.if ${PORT_OPTIONS:MGDM_SUPPORT}
PLIST_SUB+=	WITH_GDM=""

post-install:
	${MKDIR} ${PREFIX}/etc/dm/Sessions
	${INSTALL_DATA} ${WRKDIR}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/
.else
PLIST_SUB+=	WITH_GDM="@comment "
.endif

.if ${PORT_OPTIONS:MDOCS}
MAN1=		ratpoison.1
INFO=		ratpoison
.else
INSTALL_TARGET=	SUBDIRS=src install-exec
.endif

.include <bsd.port.mk>
