2001-02-14 15:43:15 +01:00
|
|
|
# New ports collection makefile for: ratpoison
|
|
|
|
# Date created: January 20, 2001
|
|
|
|
# Whom: Gergely Nagy <8@free.bsd.hu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ratpoison
|
2004-06-17 12:56:42 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2001-02-14 15:43:15 +01:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-11-22 07:18:52 +01:00
|
|
|
MAINTAINER= storrsjm@email.uc.edu
|
2003-02-21 15:19:11 +01:00
|
|
|
COMMENT= Simple window manager with no fat library dependencies
|
2001-02-14 15:43:15 +01:00
|
|
|
|
2001-04-07 18:36:00 +02:00
|
|
|
MAN1= ratpoison.1
|
2001-02-14 15:43:15 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2001-11-24 22:51:23 +01:00
|
|
|
.if defined(NOPORTDOCS)
|
2001-04-07 18:36:00 +02:00
|
|
|
INSTALL_TARGET= SUBDIRS=src install-exec
|
2001-02-14 15:43:15 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|