pkgsrc/devel/libslang/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.51 2004/10/03 00:13:30 tv Exp $
#
DISTNAME= slang-1.4.9
PKGNAME= lib${DISTNAME}
SVR4_PKGNAME= lslan
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/ \
http://gd.tuwien.ac.at/editors/davis/slang/v1.4/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slang/v1.4/ \
ftp://ftp.ntua.gr/pub/lang/slang/slang/v1.4/ \
ftp://ftp.plig.org/pub/slang/v1.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.s-lang.org/
COMMENT= Routines for rapid alpha-numeric terminal applications development
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/slang
${MV} ${PREFIX}/share/doc/slang/slangdoc.html \
${PREFIX}/share/doc/html/slang
.include "../../mk/bsd.prefs.mk"
# Debian doesn't have -ltermcap, use -lncurses instead
.if (${OPSYS} == "Linux") && (${LOWER_VENDOR} == "debian")
BUILDLINK_TRANSFORM+= rm:-ltermcap
. include "../../devel/ncurses/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"