pkgsrc/emulators/xcopilot/Makefile
ryoon 93a45e33f9 xcopilot: Workaround for NetBSD/amd64. Bump PKGREVISION
* Add workaround for NetBSD/amd64. Not tested under other LP64PLATFORMS
  and OSes.
* Include some header files to resolve implicit uses.
* Fix some warinigs.
2021-08-27 03:41:41 +00:00

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"