freebsd-ports/palm/pilot-link-devel/Makefile
Paul Traina ad458ff6b3 pilot-link is a set of utilities for linking with the PalmPilot PDA.
Libraries and header files are included to allow the creation of custom
applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled
in this port).
1997-11-24 09:10:43 +00:00

21 lines
476 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$
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
CATEGORIES= comms tk80
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-perl5
.include <bsd.port.mk>