summaryrefslogtreecommitdiff
path: root/comms/pilot-link/Makefile
blob: 4a38062c20cdc9b89ac704db0d6b5de0be9b0940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	pilot-link
# Version required:	0.8.11
# Date created:		13 March 1998
# Whom:			sommerfeld@alum.mit.edu
#
# $NetBSD: Makefile,v 1.5 1998/03/19 10:57:54 frueauf Exp $
#

DISTNAME=	pilot-link.0.8.11
CATEGORIES=	comms
MASTER_SITES=	ftp://ryeham.ee.ryerson.ca/pub/PalmOS/

MAINTAINER=	sommerfeld@alum.mit.edu

STRIPFLAG=
GNU_CONFIGURE=	yes

MAN1=		dlpsh.1 ietf2datebook.1 install-datebook.1 install-memo.1 \
		install-user.1 pilot-xfer.1 read-ical.1

# use "default" configure because overriding INSTALL_PROGRAM does the
# wrong thing for libtool-based packages like pilot-link...

do-configure:
	@(cd ${WRKSRC} && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
	    INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
	    ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})

post-install:
	${LDCONFIG} || ${TRUE}

.include <bsd.port.mk>