summaryrefslogtreecommitdiff
path: root/emulators/xcopilot/Makefile
blob: 16dfe08e7282e93d86448d9f5f00acc6ce4c387d (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.10 2004/04/11 08:36:43 snj 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_BUILDLINK3=		YES
GNU_CONFIGURE=		YES
USE_X11=		YES

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

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