1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/p5-Tcl/Makefile
Justin M. Seger 9eb6e56f2e Mark BROKEN for ELF:
Running Mkbootstrap for Tcl ()
chmod 644 Tcl.bs
ld -o blib/arch/auto/Tcl/Tcl.so  -shared Tcl.o    -ltcl76 -lm
/usr/libexec/elf/ld: cannot open -ltcl76: No such file or directory
*** Error code 1
1998-10-14 03:38:48 +00:00

32 lines
676 B
Makefile

# New ports collection makefile for: p5-Tcl
# Version required: b2
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.7 1998/09/26 23:11:01 steve Exp $
#
DISTNAME= Tcl-b2
PKGNAME= p5-Tcl-b2
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
MAINTAINER= jfitz@FreeBSD.ORG
LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76
USE_PERL5= YES
BROKEN_ELF= cannot open -ltcl76: No such file or directory
WRKSRC= ${WRKDIR}/Tcl
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Tcl.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>