freebsd-ports/x11-wm/ratpoison/Makefile
Kirill Ponomarev e00367a24b Introduce the new maintainer Bjorn Lindstrom
<bkhl at elektrubadur dot se>

PR:		ports/68042
Submitted by:	Judd Storrs <storrsjm at email dot uc dot edu>
2004-06-17 14:28:27 +00:00

25 lines
520 B
Makefile

# New ports collection makefile for: ratpoison
# Date created: January 20, 2001
# Whom: Gergely Nagy <8@free.bsd.hu>
#
# $FreeBSD$
#
PORTNAME= ratpoison
PORTVERSION= 1.3.0
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= bkhl@elektrubadur.se
COMMENT= Simple window manager with no fat library dependencies
MAN1= ratpoison.1
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.if defined(NOPORTDOCS)
INSTALL_TARGET= SUBDIRS=src install-exec
.endif
.include <bsd.port.mk>