blob: d4790ffdf89186005040dd3a690bf32fcedbf16d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2000/02/05 18:16:32 wiz Exp $
#
DISTNAME= plptools-0.4
CATEGORIES= comms
MASTER_SITES= ftp://ftp.to.com/pub/psion/
MAINTAINER= sakamoto@netbsd.org
DEPENDS= readline-4.0:../../devel/readline
BROKEN= plptools does not work correctly
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
.include "../../mk/bsd.pkg.mk"
|