pkgsrc/wm/ratpoison/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

32 lines
911 B
Makefile

# $NetBSD: Makefile,v 1.39 2014/05/29 23:37:55 wiz Exp $
#
DISTNAME= ratpoison-1.4.5
PKGREVISION= 7
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.nongnu.org/ratpoison/
COMMENT= Simple window manager with no fat library dependencies
GNU_CONFIGURE= YES
INFO_FILES= yes
USE_TOOLS+= perl:run pkg-config autoconf
REPLACE_PERL+= contrib/rpws contrib/genrpbindings contrib/clickframe.pl
REPLACE_SH= contrib/allwindows.sh
BUILDLINK_DEPMETHOD.libXt?= build
pre-configure:
cd ${WRKSRC}; autoconf
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"