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
23 lines
636 B
Makefile
23 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/12/15 20:32:53 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xchiplogo
|
|
PKGNAME= xchiplogo-19991222
|
|
PKGREVISION= 5
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www.eleceng.adelaide.edu.au/Personal/moini/
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html
|
|
COMMENT= Program for generating pretty logos on VLSI chips
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${PREFIX}/bin/xchiplogo
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|