1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/libslang/Makefile
Edwin Groothuis 3faef049bd Upgrade libslang port: upgrade from 1.4.6 to 1.4.8
PR:             ports/48533
Submitted by:   Mark Huizer <xaa+ports@timewasters.nl>
2003-02-23 21:50:48 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: S-Lang library
# Date created: 11 July 1996
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= libslang
PORTVERSION= 1.4.8
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME= slang-${PORTVERSION}
MAINTAINER= xaa+ports@timewasters.nl
COMMENT= Routines for rapid alpha-numeric terminal applications development
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
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>