diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:38:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:38:50 +0000 |
commit | 2611ad4423681c04cc0a3f86db88a68415378bce (patch) | |
tree | 14b8106aa1bb5c7b4e66f242eee19995ca0f366e /palm | |
parent | Mark it broken for 2.2 (libreadline version). (diff) |
Portlint.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/xcopilot/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/palm/xcopilot/Makefile b/palm/xcopilot/Makefile index 68e4e0b70f20..a5dd24b65bd9 100644 --- a/palm/xcopilot/Makefile +++ b/palm/xcopilot/Makefile @@ -3,20 +3,22 @@ # Date created: July 17 1997 # Whom: Nick Sayer <nsayer@quack.kfu.com> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1997/11/23 23:39:41 fenner Exp $ # DISTNAME= xcopilot-v0.4 -PKGNAME= xcopilot-0.4iang8 +PKGNAME= xcopilot-0.4.8 CATEGORIES= emulators MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/PalmOS/ + +PATCH_SITES= http://www.isaac.cs.berkeley.edu/pilot/ PATCHFILES= xcopilot-v0.4-iang8.diff PATCH_DIST_STRIP= -p1 -PATCH_SITES= http://www.isaac.cs.berkeley.edu/pilot/ MAINTAINER= nsayer@quack.kfu.com -USE_X11= yes LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +USE_X11= yes + .include <bsd.port.mk> |