Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 00:57:16 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dima@freebsd.org
Subject:   ports/35169: palm/pilot-link: changes to support p5-PDA-Pilot slave port
Message-ID:  <200202210557.g1L5vGV35816@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Number:         35169
>Category:       ports
>Synopsis:       palm/pilot-link: changes to support p5-PDA-Pilot slave port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 22:00:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

Some things have to be conditionalized to support use of the Makefile
as an include in a slave port for the Perl module interface to pilot-link.

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: palm/pilot-link/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/palm/pilot-link/Makefile,v
retrieving revision 1.47
diff -u -3 -r1.47 Makefile
--- palm/pilot-link/Makefile	8 Jan 2002 21:18:32 -0000	1.47
+++ palm/pilot-link/Makefile	21 Feb 2002 05:48:47 -0000
@@ -5,27 +5,29 @@
 # $FreeBSD$
 #
 
-PORTNAME=	pilot-link
+PORTNAME?=	pilot-link
 PORTVERSION=	0.9.5
-PORTREVISION=	3
-CATEGORIES=	palm comms tk83
+PORTREVISION?=	3
+CATEGORIES?=	palm comms tk83
 MASTER_SITES=	http://www.pilot-link.org/source/
-DISTNAME=	${PORTNAME}.${PORTVERSION}
+DISTNAME?=	${PORTNAME}.${PORTVERSION}
 
-MAINTAINER=	dima@FreeBSD.org
+MAINTAINER?=	dima@FreeBSD.org
 
 LIB_DEPENDS=	tk83:${PORTSDIR}/x11-toolkits/tk83 \
 		giconv:${PORTSDIR}/converters/libiconv
 
 USE_BZIP2=	yes
 USE_LIBTOOL=	yes
-INSTALLS_SHLIB=	yes
 USE_PERL5=	yes
+.if ${PORTNAME} == "pilot-link"
+INSTALLS_SHLIB=	yes
 
 MAN1=		dlpsh.1 ietf2datebook.1 install-datebook.1 \
 		install-hinote.1 install-memo.1 install-user.1 \
 		pilot-addresses.1 pilot-xfer.1 read-ical.1
 MAN7=		pilot-link.7
+.endif
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202210557.g1L5vGV35816>