17 lines
361 B
Makefile
17 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/09/11 03:44:02 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= xcopilot-0.6.6
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://xcopilot.cuspy.com/build/
|
|
|
|
MAINTAINER= nathanw@netbsd.org
|
|
HOMEPAGE= http://xcopilot.cuspy.com/
|
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
USE_XPM= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|