2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:23 wiz Exp $
|
2004-11-29 21:55:51 +01:00
|
|
|
#
|
|
|
|
|
2005-09-07 22:23:12 +02:00
|
|
|
DISTNAME= ptyusart-0.3.2
|
2004-11-29 21:55:51 +01:00
|
|
|
PKGNAME= gpsim-${DISTNAME}
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 3
|
2004-11-29 21:55:51 +01:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
|
|
|
|
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
|
|
COMMENT= Pseudo-tty module for gpsim
|
|
|
|
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
2005-09-19 11:10:23 +02:00
|
|
|
GCC_REQD+= 3.0
|
|
|
|
|
2004-11-29 21:55:51 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/gpsim-ptyusart
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
cd ${WRKSRC}/examples; \
|
|
|
|
${INSTALL_DATA} tst_txdot.asm ${EGDIR}; \
|
|
|
|
${INSTALL_DATA} tst_txrx.asm ${EGDIR}; \
|
|
|
|
${INSTALL_DATA} tst_txrx.stc ${EGDIR}; \
|
|
|
|
${INSTALL_DATA} tstloopback.c ${EGDIR};
|
|
|
|
|
|
|
|
.include "../../emulators/gpsim-devel/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|