16 lines
358 B
Makefile
16 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/08/14 14:23:55 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= plptools-0.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.to.com/pub/psion/
|
|
|
|
MAINTAINER= sakamoto@netbsd.org
|
|
|
|
DEPENDS= readline-4.0:../../devel/readline
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|