2001-02-14 14:43:15 +00:00
|
|
|
# New ports collection makefile for: ratpoison
|
|
|
|
# Date created: January 20, 2001
|
|
|
|
# Whom: Gergely Nagy <8@free.bsd.hu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ratpoison
|
2009-07-13 16:28:10 +00:00
|
|
|
PORTVERSION= 1.4.5
|
2001-02-14 14:43:15 +00:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-27 19:17:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
|
|
|
http://mirror.4bit.ws/ratpoison/
|
2001-02-14 14:43:15 +00:00
|
|
|
|
2009-04-27 19:17:38 +00:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-21 14:19:11 +00:00
|
|
|
COMMENT= Simple window manager with no fat library dependencies
|
2001-02-14 14:43:15 +00:00
|
|
|
|
2005-10-14 01:03:09 +00:00
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
2008-07-09 09:05:53 +00:00
|
|
|
USE_XORG= xext xinerama xtst
|
2001-02-14 14:43:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-11-24 17:32:29 +00:00
|
|
|
OPTIONS= GDM_SUPPORT "Install session data files for GDM" off
|
|
|
|
|
2006-04-23 01:08:27 +00:00
|
|
|
SUB_FILES= ratpoison.desktop
|
|
|
|
|
2004-11-24 17:32:29 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-10-14 01:03:09 +00:00
|
|
|
post-patch:
|
|
|
|
.for file in rpws allwindows.sh
|
|
|
|
${REINPLACE_CMD} '1s|!\(/bin/bash\)|!/usr/local\1|' ${WRKSRC}/contrib/${file}
|
|
|
|
.endfor
|
|
|
|
|
2004-11-24 17:32:29 +00:00
|
|
|
.if defined (WITH_GDM_SUPPORT)
|
|
|
|
PLIST_SUB+= WITH_GDM=""
|
|
|
|
|
|
|
|
post-install:
|
2005-10-12 15:00:57 +00:00
|
|
|
${MKDIR} ${PREFIX}/etc/dm/Sessions
|
2006-04-23 01:08:27 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/
|
2004-11-24 17:32:29 +00:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= WITH_GDM="@comment "
|
|
|
|
.endif
|
|
|
|
|
2001-11-24 21:51:23 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
2001-04-07 16:36:00 +00:00
|
|
|
INSTALL_TARGET= SUBDIRS=src install-exec
|
2004-11-24 17:32:29 +00:00
|
|
|
.else
|
|
|
|
MAN1= ratpoison.1
|
|
|
|
INFO= ratpoison
|
2001-02-14 14:43:15 +00:00
|
|
|
.endif
|
|
|
|
|
2004-11-24 17:32:29 +00:00
|
|
|
.include <bsd.port.post.mk>
|