pkgsrc/time/gnyaclock/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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
2006-12-15 20:32:52 +00:00

26 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/12/15 20:33:01 joerg Exp $
#
DISTNAME= gnya
PKGNAME= gnyaclock-20001218
PKGREVISION= 1
CATEGORIES= time x11
MASTER_SITES= http://www2.is.titech.ac.jp/~sadayosi/lab/h-takasi/
EXTRACT_SUFX= .shar
MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://www2.is.titech.ac.jp/~sadayosi/lab/h-takasi/h.html
COMMENT= Accessory with Bezier curve
WRKSRC= ${WRKDIR}/gnyaclock
USE_IMAKE= YES
INSTALLATION_DIRS= bin man/ja_JP.EUC/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gnyaclock ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gnyaclock.man \
${PREFIX}/man/ja_JP.EUC/man1/gnyaclock.1
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"