aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang/Makefile
blob: 4eb22e1fa991dbe9bca56af9be88ffbcecb881e1 (plain) (blame)
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
28
29
30
31
# New ports collection makefile for:    S-Lang library
# Date created:         11 July 1996
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=	libslang
PORTVERSION=	1.4.9
CATEGORIES=	devel
MASTER_SITES=	ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME=	slang-${PORTVERSION}

MAINTAINER=	freebsd@galle.com.br
COMMENT=	Routines for rapid alpha-numeric terminal applications development

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

CONFLICTS=	libslang2-2.*

ALL_TARGET=	all elf
INSTALL_TARGET=	install install-elf

.if		!defined(NOPORTDOCS)
post-install:
		cd ${WRKSRC}/src && ${MAKE} install_docs
.endif

.include <bsd.port.mk>