2013-01-26 22:36:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2013/01/26 21:37:07 adam Exp $
|
1999-12-23 04:57:11 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xchiplogo
|
|
|
|
PKGNAME= xchiplogo-19991222
|
2013-01-26 22:36:13 +01:00
|
|
|
PKGREVISION= 9
|
1999-12-23 04:57:11 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= http://www.eleceng.adelaide.edu.au/Personal/moini/
|
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
1999-12-23 04:57:11 +01:00
|
|
|
HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html
|
2001-02-16 14:41:26 +01:00
|
|
|
COMMENT= Program for generating pretty logos on VLSI chips
|
1999-12-23 04:57:11 +01:00
|
|
|
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
1999-12-23 04:57:11 +01:00
|
|
|
do-install:
|
2008-03-03 02:50:26 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${DESTDIR}${PREFIX}/bin/xchiplogo
|
1999-12-23 04:57:11 +01:00
|
|
|
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2006-12-15 21:32:52 +01:00
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
2004-04-11 17:56:34 +02:00
|
|
|
.include "../../x11/xforms/buildlink3.mk"
|
2002-09-21 02:31:17 +02:00
|
|
|
|
1999-12-23 04:57:11 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|