20 lines
361 B
Makefile
Raw Normal View History

2013-03-11 11:02:49 +00:00
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:06:04 espie Exp $
COMMENT= emulator for US Robotics Pilot PDA
1998-09-01 00:00:43 +00:00
2010-10-23 22:01:29 +00:00
DISTNAME= xcopilot-0.6.6
2012-09-04 07:35:52 +00:00
REVISION= 1
CATEGORIES= emulators
1998-10-15 04:55:16 +00:00
# GPL
2000-05-31 16:24:33 +00:00
PERMIT_PACKAGE_CDROM= Yes
2010-10-23 22:01:29 +00:00
WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb
2000-02-12 08:02:07 +00:00
2010-10-23 22:01:29 +00:00
MASTER_SITES= http://xcopilot.cuspy.com/build/
1998-10-15 04:55:16 +00:00
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
1998-09-01 00:00:43 +00:00
.include <bsd.port.mk>