mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# New ports collection makefile for: S-Lang library
|
|
# Date created: 11 July 1996
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libslang
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.4/
|
|
DISTNAME= slang-${PORTVERSION}
|
|
|
|
MAINTAINER= xaa+ports@timewasters.nl
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
#WRKSRC= ${WRKDIR}/slang
|
|
|
|
ALL_TARGET= all elf
|
|
INSTALL_TARGET= install install-elf
|
|
|
|
.include <bsd.port.mk>
|