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
|
2001-11-24 21:51:23 +00:00
|
|
|
PORTVERSION= 1.0.0
|
2001-02-14 14:43:15 +00:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-11-24 21:51:23 +00:00
|
|
|
MAINTAINER= mwm@mired.org
|
2001-02-14 14:43:15 +00:00
|
|
|
|
2001-04-07 16:36:00 +00:00
|
|
|
MAN1= ratpoison.1
|
2001-02-14 14:43:15 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
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
|
2001-02-14 14:43:15 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|