b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2008/10/19 19:19:25 he Exp $
|
|
#
|
|
|
|
DISTNAME= rxvt-unicode-8.3
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
USE_FEATURES+= snprintf
|
|
|
|
CONFIGURE_ARGS+= --enable-transparency \
|
|
--enable-menubar \
|
|
--enable-xpm-background \
|
|
--enable-xgetdefault \
|
|
--enable-24bit
|
|
CONFIGURE_ENV+= ac_cv_path_TIC=no
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rxvt-unicode
|
|
${INSTALL_DATA} ${WRKSRC}/README.FAQ ${PREFIX}/share/doc/rxvt-unicode
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rxvt-unicode
|
|
.for t in rxvt-unicode.termcap rxvt-unicode.terminfo
|
|
${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} ${PREFIX}/share/examples/rxvt-unicode
|
|
.endfor
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|