20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/12/23 00:37:50 pvalchev Exp $
|
|
|
|
COMMENT= "emulator for US Robotics Pilot PDA"
|
|
|
|
DISTNAME= xcopilot-0.6.6
|
|
CATEGORIES= emulators palm
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://xcopilot.cuspy.com/build/
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|