pkgsrc/emulators/xcopilot/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

25 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.19 2012/10/23 10:24:04 wiz Exp $
#
DISTNAME= xcopilot-0.6.6
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://xcopilot.cuspy.com/build/
MAINTAINER= nathanw@NetBSD.org
HOMEPAGE= http://xcopilot.cuspy.com/
COMMENT= PalmPilot emulator for X
MAKE_JOBS_SAFE= no
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
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"