1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/libslang/Makefile
Patrick Li 869216ca8e Update to 1.4.5
PR:		35059
Submitted by:	maintainer
2002-02-17 20:45:51 +00:00

29 lines
550 B
Makefile

# New ports collection makefile for: S-Lang library
# Date created: 11 July 1996
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= libslang
PORTVERSION= 1.4.5
CATEGORIES= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
DISTNAME= slang-${PORTVERSION}
MAINTAINER= xaa+ports@madison-gurkha.com
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>