24 lines
581 B
Makefile
24 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:45 joerg Exp $
|
|
|
|
DISTNAME= libtecla-1.6.1
|
|
PKGREVISION= 1
|
|
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_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= default
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# reentrant causes compilation problems
|
|
.if ${OPSYS} != "SunOS"
|
|
CONFIGURE_ENV+= tecla_cv_reentrant=no
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|