f01ffa1c4a
- Remove obsolete LICENSE_TYPE (but keep comment). - Rename patches.
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/06/03 19:00:16 pvalchev Exp $
|
|
|
|
COMMENT= "emulator for US Robotics Pilot PDA"
|
|
|
|
DISTNAME= xcopilot-0.6.6
|
|
CATEGORIES= emulators palm
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# 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>
|