diff options
author | asami <asami@FreeBSD.org> | 1997-11-25 07:38:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-25 07:38:50 +0000 |
commit | 266000e7f6b441c61c2f1b848ede496e430cb8ba (patch) | |
tree | 3ec409872d15489d0c43fff52d27ced885061575 /palm/xcopilot | |
parent | d32fbc71b07d797748e178d30da5d9c295b007d1 (diff) | |
download | FreeBSD-ports-266000e7f6b441c61c2f1b848ede496e430cb8ba.zip FreeBSD-ports-266000e7f6b441c61c2f1b848ede496e430cb8ba.tar.gz |
Portlint.
Diffstat (limited to 'palm/xcopilot')
-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 68e4e0b..a5dd24b 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> |