summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 13:37:17 +0000
committerwiz <wiz>2002-10-20 13:37:17 +0000
commitc62ad95625a124c6fc858c91f6a5352fde82b127 (patch)
treea846be356da18f1d9d60f880f6b65732342424c5 /emulators
parent2d0fa28bdf81354f08a21c5b6c3a7e4a623f62b1 (diff)
downloadpkgsrc-c62ad95625a124c6fc858c91f6a5352fde82b127.tar.gz
Convert to buildlink2.
Diffstat (limited to 'emulators')
-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"