blob: 504f3fb69f7e8497af662a074a12ff337bbb8113 (
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
|
# 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.4 1998/03/19 02:24:45 sommerfe 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
# 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>
|