mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8565984bda
PR: 15735 Submitted by: maintainer
27 lines
553 B
Makefile
27 lines
553 B
Makefile
# New ports collection makefile for: S-Lang library
|
|
# Version required: 1.3.10
|
|
# Date created: 11 July 1996
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= slang-1.3.10
|
|
PKGNAME= libslang-1.3.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/v1.3/
|
|
|
|
MAINTAINER= xaa+ports@timewasters.nl
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
#WRKSRC= ${WRKDIR}/slang
|
|
|
|
ALL_TARGET= all elf
|
|
INSTALL_TARGET= install install-elf
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|