93a45e33f9
* Add workaround for NetBSD/amd64. Not tested under other LP64PLATFORMS and OSes. * Include some header files to resolve implicit uses. * Fix some warinigs.
24 lines
554 B
Makefile
24 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/08/27 03:41:41 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= xcopilot-0.6.6
|
|
PKGREVISION= 2
|
|
CATEGORIES= emulators
|
|
#MASTER_SITES= http://xcopilot.cuspy.com/build/
|
|
|
|
MAINTAINER= nathanw@NetBSD.org
|
|
#HOMEPAGE= http://xcopilot.cuspy.com/
|
|
COMMENT= PalmPilot emulator for X
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/mc68k/custom.c
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|