Files
pkgsrc-ng/emulators/gpsim-oscilloscope/Makefile
2016-11-18 22:39:22 +01:00

30 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.33 2016/08/03 10:22:43 adam Exp $
#
DISTNAME= oscilloscope-0.1.2
PKGNAME= gpsim-${DISTNAME}
PKGREVISION= 25
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++
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"