Take this port over from pst at his request. Move everything under
/usr/local/pilot subhierarchy since this thing installs a *lot* of executables and headers, many of which may well conflict with other tools. This also makes it consistent with the prc-tools port. Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
This commit is contained in:
parent
07c2c9ce1a
commit
afae53b35d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9342
4 changed files with 30 additions and 10 deletions
|
@ -3,20 +3,21 @@
|
|||
# Date created: November, 1997
|
||||
# Whom: Paul Traina <pst@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1997/12/16 22:43:23 pst Exp $
|
||||
# $Id: Makefile,v 1.11 1998/01/01 17:29:09 asami Exp $
|
||||
|
||||
DISTNAME= pilot-link.0.8.9
|
||||
PKGNAME= pilot-link-0.8.9
|
||||
CATEGORIES= comms pilot tk80
|
||||
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
|
||||
|
||||
MAINTAINER= pst@freebsd.org
|
||||
MAINTAINER= jkh@freebsd.org
|
||||
|
||||
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_PERL5= yes
|
||||
PREFIX= ${LOCALBASE}/pilot
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
|
||||
CONFIGURE_ARGS= --with-perl5=${LOCALBASE}/bin/perl5
|
||||
|
||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||
install-memo.1 install-user.1 pilot-xfer.1 \
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Tue Oct 7 07:24:18 1997
|
||||
+++ configure Mon Nov 24 00:46:24 1997
|
||||
--- configure.orig Sat Dec 13 23:27:17 1997
|
||||
+++ configure Wed Jan 14 06:49:36 1998
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# Defaults:
|
||||
ac_help=
|
||||
-ac_default_prefix=/usr/local
|
||||
+ac_default_prefix=/usr/local/pilot
|
||||
# Any additions from configure.in:
|
||||
ac_help="$ac_help
|
||||
--with-gnu-ld assume the C compiler uses GNU ld [default=no]"
|
||||
@@ -818,9 +818,9 @@
|
||||
|
||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||
|
|
|
@ -3,20 +3,21 @@
|
|||
# Date created: November, 1997
|
||||
# Whom: Paul Traina <pst@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1997/12/16 22:43:23 pst Exp $
|
||||
# $Id: Makefile,v 1.11 1998/01/01 17:29:09 asami Exp $
|
||||
|
||||
DISTNAME= pilot-link.0.8.9
|
||||
PKGNAME= pilot-link-0.8.9
|
||||
CATEGORIES= comms pilot tk80
|
||||
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
|
||||
|
||||
MAINTAINER= pst@freebsd.org
|
||||
MAINTAINER= jkh@freebsd.org
|
||||
|
||||
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_PERL5= yes
|
||||
PREFIX= ${LOCALBASE}/pilot
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
|
||||
CONFIGURE_ARGS= --with-perl5=${LOCALBASE}/bin/perl5
|
||||
|
||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||
install-memo.1 install-user.1 pilot-xfer.1 \
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Tue Oct 7 07:24:18 1997
|
||||
+++ configure Mon Nov 24 00:46:24 1997
|
||||
--- configure.orig Sat Dec 13 23:27:17 1997
|
||||
+++ configure Wed Jan 14 06:49:36 1998
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# Defaults:
|
||||
ac_help=
|
||||
-ac_default_prefix=/usr/local
|
||||
+ac_default_prefix=/usr/local/pilot
|
||||
# Any additions from configure.in:
|
||||
ac_help="$ac_help
|
||||
--with-gnu-ld assume the C compiler uses GNU ld [default=no]"
|
||||
@@ -818,9 +818,9 @@
|
||||
|
||||
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||
|
|
Loading…
Reference in a new issue