in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
24 lines
648 B
Makefile
24 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:13 tv Exp $
|
|
#
|
|
|
|
DISTNAME= xchiplogo
|
|
PKGNAME= xchiplogo-19991222
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_X11= YES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${LOCALBASE}/bin/xchiplogo
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|