1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/palm/pilot-link/Makefile
Justin M. Seger 778c040197 Mark BROKEN:
===>  Building package for pilot-link-0.8.13
Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz
Registering depends: tcl-8.0.2 tk-8.0.2.
Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz'
tar: can't add file bin/ietf2datebook : No such file or directory
tar: can't add file bin/pilot-undelete : No such file or directory
tar: can't add file bin/sync-plan : No such file or directory
tar: can't add file lib/libpisock.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
1998-09-29 11:22:30 +00:00

29 lines
721 B
Makefile

# New ports collection makefile for: pilot-link
# Version required: 0.8.7
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
# $Id: Makefile,v 1.19 1998/09/25 10:05:00 asami Exp $
DISTNAME= pilot-link.0.8.13
PKGNAME= pilot-link-0.8.13
CATEGORIES= comms pilot tk80
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= dima@freebsd.org
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
BROKEN= package
USE_PERL5= yes
PREFIX= ${LOCALBASE}/pilot
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-perl5=${LOCALBASE}/bin/perl5
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \
read-ical.1
.include <bsd.port.mk>