pkgsrc/x11/rxvt-unicode/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.39 2012/10/03 21:59:09 wiz Exp $
DISTNAME= rxvt-unicode-9.15
PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
http://dist.schmorp.de/rxvt-unicode/Attic/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
COMMENT= rxvt clone supporting Xft fonts and Unicode
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_FEATURES+= snprintf
CONFIGURE_ENV+= ac_cv_path_TIC=no
CONFIGURE_ARGS+= --enable-256-color
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= share/doc/rxvt-unicode share/examples/rxvt-unicode
post-install:
${INSTALL_DATA} ${WRKSRC}/README.FAQ \
${DESTDIR}${PREFIX}/share/doc/rxvt-unicode
.for t in rxvt-unicode.termcap rxvt-unicode.terminfo
${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} \
${DESTDIR}${PREFIX}/share/examples/rxvt-unicode
.endfor
.include "options.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"