summaryrefslogtreecommitdiff
path: root/devel/libslang/Makefile
blob: 9c8d496885507f80619adbca883b4f288c56e863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.28 2001/02/26 15:27:36 mjl Exp $
#

DISTNAME=      	slang-1.4.4
PKGNAME=       	lib${DISTNAME}
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/v1.4 \
		ftp://ftp.fu-berlin.de/pub/unix/news/slrn/v1.4 \
		ftp://ftp.ntua.gr/pub/lang/slang/v1.4 \
		ftp://ftp.plig.org/pub/slang/v1.4 \
		ftp://ftp.gigabell.net/pub/lang/1.4

MAINTAINER=    	packages@netbsd.org
HOMEPAGE=	http://www.s-lang.org/
COMMENT=	Routines for rapid alpha-numeric terminal applications development

GNU_CONFIGURE= 	yes
USE_LIBTOOL=	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.pkg.mk"