pkgsrc/comms/pilot-link/Makefile
1998-03-19 10:57:54 +00:00

32 lines
890 B
Makefile

# 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>