2018-03-12 12:15:24 +01:00
|
|
|
# $NetBSD: Makefile,v 1.36 2018/03/12 11:16:26 wiz Exp $
|
2004-11-29 21:53:30 +01:00
|
|
|
#
|
|
|
|
|
2005-09-07 22:21:37 +02:00
|
|
|
DISTNAME= oscilloscope-0.1.2
|
2004-11-29 21:53:30 +01:00
|
|
|
PKGNAME= gpsim-${DISTNAME}
|
2018-03-12 12:15:24 +01:00
|
|
|
PKGREVISION= 28
|
2004-11-29 21:53:30 +01:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
|
|
|
|
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
|
|
COMMENT= Oscilloscope module for gpsim
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c c++
|
2006-06-12 01:51:16 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-11-29 21:53:30 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
2005-09-19 11:10:23 +02:00
|
|
|
GCC_REQD+= 3.0
|
|
|
|
|
2004-11-29 21:53:30 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
|
2008-06-20 03:09:05 +02:00
|
|
|
|
|
|
|
INSTALLATION_DIRS= ${EGDIR}
|
|
|
|
|
2004-11-29 21:53:30 +01:00
|
|
|
post-install:
|
2008-06-20 03:09:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.asm ${DESTDIR}${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.stc ${DESTDIR}${EGDIR}
|
2004-11-29 21:53:30 +01:00
|
|
|
|
|
|
|
.include "../../emulators/gpsim-devel/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|