summaryrefslogtreecommitdiff
path: root/emulators/xcopilot/Makefile
blob: 9a8943a570206e40110427fd6979a57a8ab31dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:29 grant Exp $
#

DISTNAME=		xcopilot-0.6.6
CATEGORIES=		emulators
MASTER_SITES=		http://xcopilot.cuspy.com/build/

MAINTAINER=		nathanw@NetBSD.org
HOMEPAGE=		http://xcopilot.cuspy.com/
COMMENT=		PalmPilot emulator for X

NOT_FOR_PLATFORM=	*-*-alpha	# suspected LP64 bugs

USE_BUILDLINK2=		YES
GNU_CONFIGURE=		YES
USE_X11=		YES

post-extract:
	${RM} -f ${WRKSRC}/mc68k/custom.c

.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"