b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
27 lines
635 B
Makefile
27 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:11 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= oscilloscope-0.1.2
|
|
PKGNAME= gpsim-${DISTNAME}
|
|
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_LIBTOOL= YES
|
|
|
|
GCC_REQD+= 3.0
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
cd ${WRKSRC}/examples; \
|
|
${INSTALL_DATA} tst_txdot.asm ${EGDIR}; \
|
|
${INSTALL_DATA} tst_txdot.stc ${EGDIR};
|
|
|
|
.include "../../emulators/gpsim-devel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|