58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2006/12/15 20:33:05 joerg Exp $
|
|
|
|
DISTNAME= XBanner1.31
|
|
PKGNAME= xbanner-1.31
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # empty
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.hijinks.com/~spade/linux/XBanner/
|
|
COMMENT= Make XDM login screen look pretty
|
|
|
|
USE_IMAKE= YES
|
|
NO_INSTALL_MANPAGES= YES
|
|
DOCDIR= ${PREFIX}/share/doc/xbanner
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
for f in freetemp random_effect xb_check xbanner; do \
|
|
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin; \
|
|
done
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xbanner
|
|
for f in Changes.txt Credits.txt Resource_Reference.html \
|
|
XBanner_Users_Manual.html email.gif fonttips.html \
|
|
index.html red_line.gif rnd_doc.html stars.gif \
|
|
xb_check.html; do \
|
|
${INSTALL_DATA} ${WRKSRC}/docs/$$f ${DOCDIR}; \
|
|
done
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/app-defaults
|
|
${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \
|
|
${PREFIX}/lib/X11/app-defaults/XBanner
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|