Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / gpsim-oscilloscope / Makefile
blob56897916483922bc53f5d09b71d0932b955ebcbb
1 # $NetBSD: Makefile,v 1.24 2012/10/08 23:01:31 adam Exp $
4 DISTNAME= oscilloscope-0.1.2
5 PKGNAME= gpsim-${DISTNAME}
6 PKGREVISION= 17
7 CATEGORIES= emulators
8 MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
10 MAINTAINER= bouyer@NetBSD.org
11 COMMENT= Oscilloscope module for gpsim
13 GNU_CONFIGURE= YES
14 USE_LANGUAGES= c c++
15 USE_TOOLS+= pkg-config
16 USE_LIBTOOL= YES
18 GCC_REQD+= 3.0
20 EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
22 INSTALLATION_DIRS= ${EGDIR}
24 post-install:
25 ${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.asm ${DESTDIR}${EGDIR}
26 ${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.stc ${DESTDIR}${EGDIR}
28 .include "../../emulators/gpsim-devel/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"