1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/palm/pilot-link-devel/Makefile

35 lines
906 B
Makefile
Raw Normal View History

# New ports collection makefile for: pilot-link
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
1999-08-30 14:33:04 +00:00
# $FreeBSD$
2000-04-13 19:19:05 +00:00
#
2000-04-13 19:19:05 +00:00
PORTNAME= pilot-link
PORTVERSION= 0.9.3
CATEGORIES= palm comms tk82
2000-06-07 20:26:36 +00:00
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \
ftp://ftp.forth.org/pub/PalmOS/ryerson/
2000-04-13 19:19:05 +00:00
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= dima@freebsd.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_PERL5= yes
PREFIX= ${LOCALBASE}/pilot
1998-09-30 04:52:36 +00:00
CONFIGURE_ARGS= --with-perl5=${PERL5}
1997-11-25 09:06:46 +00:00
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
1999-02-21 22:30:59 +00:00
install-hinote.1 install-memo.1 install-user.1 \
pilot-xfer.1 read-ical.1
1998-09-30 04:52:36 +00:00
MAN7= pilot-link.7
1997-11-24 09:38:13 +00:00
post-install:
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
.include <bsd.port.mk>