19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $OpenBSD: Makefile,v 1.22 2017/05/15 18:41:30 schwarze Exp $
|
|
|
|
COMMENT= emulator for US Robotics Pilot PDA
|
|
|
|
DISTNAME= xcopilot-0.6.6
|
|
REVISION= 2
|
|
CATEGORIES= emulators
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb
|
|
|
|
MASTER_SITES= http://xcopilot.cuspy.com/build/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|