diff options
author | sommerfe <sommerfe@pkgsrc.org> | 1998-03-17 03:02:31 +0000 |
---|---|---|
committer | sommerfe <sommerfe@pkgsrc.org> | 1998-03-17 03:02:31 +0000 |
commit | 1fd52a2cb743c86842a61c73defe3efe688cc0e0 (patch) | |
tree | 48e3a5f2af3e383246600dab87a14a101183d8c2 /comms/pilot-link/Makefile | |
parent | 287fd593f7f090e80f49d5a08cbd2caf61cc18fb (diff) | |
download | pkgsrc-1fd52a2cb743c86842a61c73defe3efe688cc0e0.tar.gz |
Package for utilities to communicate with PalmPilot PDA's.
Diffstat (limited to 'comms/pilot-link/Makefile')
-rw-r--r-- | comms/pilot-link/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile new file mode 100644 index 00000000000..fe3cade9e1d --- /dev/null +++ b/comms/pilot-link/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: pilot-link +# Version required: 0.8.11 +# Date created: 28 December 1996 +# Whom: sommerfeld@alum.mit.edu +# +# $NetBSD: Makefile,v 1.1 1998/03/17 03:02:31 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}) + + +.include <bsd.port.mk> + + |