16 lines
384 B
Makefile
16 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/06/30 10:13:21 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= ratpoison-0.1.1
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ratpoison/}
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://ratpoison.sourceforge.net/
|
|
COMMENT= Simple window manager with no fat library dependencies
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|