Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / gpsim-ptyusart / Makefile
blob08864c491945b4e824e4ace19b497bb4afa13bcb
1 # $NetBSD: Makefile,v 1.25 2012/10/08 23:01:31 adam Exp $
4 DISTNAME= ptyusart-0.3.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= Pseudo-tty module for gpsim
13 ONLY_FOR_PLATFORM= NetBSD-*-*
15 GNU_CONFIGURE= YES
16 USE_LANGUAGES= c c++
18 USE_LIBTOOL= YES
19 USE_TOOLS+= pkg-config
21 GCC_REQD+= 3.0
23 EGDIR= ${PREFIX}/share/examples/gpsim-ptyusart
24 INSTALLATION_DIRS= ${EGDIR}
26 post-install:
27 ${INSTALL_DATA} ${WRKSRC}/examples/tst_txdot.asm ${DESTDIR}${EGDIR}
28 ${INSTALL_DATA} ${WRKSRC}/examples/tst_txrx.asm ${DESTDIR}${EGDIR}
29 ${INSTALL_DATA} ${WRKSRC}/examples/tst_txrx.stc ${DESTDIR}${EGDIR}
30 ${INSTALL_DATA} ${WRKSRC}/examples/tstloopback.c ${DESTDIR}${EGDIR}
32 .include "../../emulators/gpsim-devel/buildlink3.mk"
33 .include "../../mk/bsd.pkg.mk"