blob: 911b6ada15b2ec4e9097db87af5804e27a7b8ac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.11 2009/08/26 19:57:26 sno Exp $
#
DISTNAME= oscilloscope-0.1.2
PKGNAME= gpsim-${DISTNAME}
PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
MAINTAINER= bouyer@NetBSD.org
COMMENT= Oscilloscope module for gpsim
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GCC_REQD+= 3.0
EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
INSTALLATION_DIRS= ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.asm ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.stc ${DESTDIR}${EGDIR}
.include "../../emulators/gpsim-devel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|