mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
624 B
Makefile
25 lines
624 B
Makefile
# New ports collection makefile for: xcopilot
|
|
# Version required: 0.4
|
|
# Date created: July 17 1997
|
|
# Whom: Nick Sayer <nsayer@quack.kfu.com>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/11/25 07:38:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xcopilot-v0.4
|
|
PKGNAME= xcopilot-0.4.8
|
|
CATEGORIES= emulators pilot
|
|
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
|
|
|
|
MAINTAINER= nsayer@quack.kfu.com
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X11= yes
|
|
|
|
.include <bsd.port.mk>
|