summaryrefslogtreecommitdiff
path: root/emulators/xcopilot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-20 13:37:17 +0000
committerwiz <wiz@pkgsrc.org>2002-10-20 13:37:17 +0000
commitb4f8836f2419241b87ccd09315e69d3cf96a9dae (patch)
treea846be356da18f1d9d60f880f6b65732342424c5 /emulators/xcopilot
parentd80a3aad0ecbd79135b782669c40812eb1316292 (diff)
downloadpkgsrc-b4f8836f2419241b87ccd09315e69d3cf96a9dae.tar.gz
Convert to buildlink2.
Diffstat (limited to 'emulators/xcopilot')
-rw-r--r--emulators/xcopilot/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
index b02b04e6801..9d4e12af398 100644
--- a/emulators/xcopilot/Makefile
+++ b/emulators/xcopilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/11/01 12:21:38 tron Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/20 13:45:31 wiz Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -11,16 +11,12 @@ COMMENT= PalmPilot emulator for X
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11= YES
-USE_XPM= YES
-
-EVAL_PREFIX+= XPMDIR=xpm
-
-CFLAGS+= -I${XPMDIR}/include
-LDFLAGS+= -L${XPMDIR}/lib -Wl,-R${XPMDIR}/lib
post-extract:
${RM} -f ${WRKSRC}/mc68k/custom.c
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"