openbsd-ports/emulators/xcopilot/Makefile

23 lines
448 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.19 2010/10/24 21:17:49 ajacoutot Exp $
COMMENT= emulator for US Robotics Pilot PDA
1998-08-31 20:00:43 -04:00
2010-10-23 18:01:29 -04:00
DISTNAME= xcopilot-0.6.6
REVISION= 0
CATEGORIES= emulators palm
1998-10-15 00:55:16 -04:00
# GPL
2000-05-31 12:24:33 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-23 18:01:29 -04:00
WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb
2000-02-12 03:02:07 -05:00
2010-10-23 18:01:29 -04:00
MASTER_SITES= http://xcopilot.cuspy.com/build/
1998-10-15 00:55:16 -04:00
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
1998-08-31 20:00:43 -04:00
.include <bsd.port.mk>