1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/libslang/Makefile

26 lines
606 B
Makefile
Raw Normal View History

# New ports collection makefile for: S-Lang library
1996-10-22 19:19:58 +00:00
# Version required: 0.99-35
# Date created: 11 July 1996
# Whom: ache
#
1996-10-25 00:51:55 +00:00
# $Id: Makefile,v 1.5 1996/10/24 01:41:30 ache Exp $
#
1996-10-22 19:19:58 +00:00
DISTNAME= slang0.99-35
PKGNAME= libslang-0.99.35
CATEGORIES+= devel
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/
MAINTAINER= ache@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET= all elf
INSTALL_TARGET= install install-elf
WRKSRC= ${WRKDIR}/slang
post-install:
1996-10-25 00:51:55 +00:00
rm -f ${PREFIX}/lib/libslang.so.99.3[34]
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>