2013-01-07 20:50:20 +00:00
|
|
|
# Created by: Gergely Nagy <8@free.bsd.hu>
|
2001-02-14 14:43:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ratpoison
|
2013-12-17 14:00:31 +00:00
|
|
|
PORTVERSION= 1.4.6
|
2001-02-14 14:43:15 +00:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-27 19:17:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
2010-01-26 10:22:03 +00:00
|
|
|
http://mirror.4bit.ws/
|
|
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
2008-07-09 09:05:53 +00:00
|
|
|
USE_XORG= xext xinerama xtst
|
2001-02-14 14:43:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-01-07 20:50:20 +00:00
|
|
|
OPTIONS_DEFINE= GDM_SUPPORT DOCS
|
|
|
|
GDM_SUPPORT_DESC= Install session data files for GDM
|
2004-11-24 17:32:29 +00:00
|
|
|
|
2014-03-28 22:38:02 +00:00
|
|
|
INFO= ratpoison
|
2006-04-23 01:08:27 +00:00
|
|
|
SUB_FILES= ratpoison.desktop
|
|
|
|
|
2013-01-07 20:50:20 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2004-11-24 17:32:29 +00:00
|
|
|
|
2005-10-14 01:03:09 +00:00
|
|
|
post-patch:
|
2010-01-26 10:22:03 +00:00
|
|
|
${REINPLACE_CMD} -e 's|bash|sh|g' ${WRKSRC}/contrib/allwindows.sh
|
2005-10-14 01:03:09 +00:00
|
|
|
|
2013-01-07 20:50:20 +00:00
|
|
|
.if ${PORT_OPTIONS:MGDM_SUPPORT}
|
2004-11-24 17:32:29 +00:00
|
|
|
PLIST_SUB+= WITH_GDM=""
|
|
|
|
|
|
|
|
post-install:
|
2014-03-28 22:38:02 +00:00
|
|
|
@${MKDIR} ${PREFIX}/etc/dm/Sessions
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/ratpoison.desktop ${STAGEDIR}${PREFIX}/etc/dm/Sessions
|
2004-11-24 17:32:29 +00:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= WITH_GDM="@comment "
|
|
|
|
.endif
|
|
|
|
|
2013-01-07 20:50:20 +00:00
|
|
|
.include <bsd.port.mk>
|