mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
55566c43d6
cc -O2 -Wall -Wtraditional -Wmissing-prototypes -Wmissing-declarations -Wconversion -ansi -pedantic -I. -I/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tcl8.0/generic -I/usr/ports/lang/tclplugin/work/tclplugin2.0/tk8.0/generic -I/usr/X11R6/include -DHAVE_CONFIG_H -DXP_UNIX -fpic -c /usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix/tclAppInit.c Linking wish with the fat library, if this fails check SHLIB_LD_LIBS and XTLIB cc tclAppInit.o -o tclshp2.0 -L/usr/ports/lang/tclplugin/work/tclplugin2.0/plugin2.0/unix -ltclp20 -L/usr/X11R6/lib -lX11 -lm -lc -lXt /usr/libexec/elf/ld: cannot open -ltclp20: No such file or directory *** Error code 1 Stop.
32 lines
902 B
Makefile
32 lines
902 B
Makefile
# New ports collection makefile for: tclplugin2.0.3
|
|
# Version required: 2.0.4-beta
|
|
# Date created: Sat Nov 8 10:46:42 CET 1997
|
|
# Whom: andreas
|
|
#
|
|
# $Id: Makefile,v 1.12 1998/07/03 23:06:51 steve Exp $
|
|
#
|
|
|
|
DISTNAME= tclplug20-src
|
|
PKGNAME= tclplugin-2.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/plugin/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
BROKEN_ELF= yes
|
|
|
|
BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
|
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator
|
|
|
|
WRKSRC= ${WRKDIR}/tclplugin2.0/plugin2.0/unix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0/tcl8.0/unix \
|
|
--with-tk=${WRKDIR}/tclplugin2.0/tk8.0/unix \
|
|
--with-mozilla=${PREFIX}/lib/netscape
|
|
|
|
pre-configure:
|
|
( cd ${WRKDIR}/tclplugin2.0/tcl8.0/unix; ./configure --enable-shared )
|
|
( cd ${WRKDIR}/tclplugin2.0/tk8.0/unix; ./configure --enable-shared )
|
|
|
|
.include <bsd.port.mk>
|