pkgsrc/comms/pilot-link/Makefile
agc 258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00

27 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:17 agc 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 "../../mk/bsd.pkg.mk"