52f1b46a37
automatically now.
18 lines
439 B
Makefile
18 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/02/14 00:54:45 grant Exp $
|
|
#
|
|
|
|
DISTNAME= libtecla-1.5.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
|
|
|
|
MAINTAINER= kristerw@NetBSD.org
|
|
HOMEPAGE= http://www.astro.caltech.edu/~mcs/tecla/
|
|
COMMENT= Interactive command line editing facilities
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGBASE}
|
|
USE_BUILDLINK2= YES
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= YES
|
|
ALL_TARGET= default
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|