mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Make this port really work. I have no idea how it worked for anybody,
as "Makefile.freebsd" was not copied from ${FILESDIR} to ${WRKSRC}. While I'm here, change the file in our repository rather than trying to patch it.
This commit is contained in:
parent
493e9a80e9
commit
15a77c2b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7870
@ -3,7 +3,7 @@
|
||||
# Date created: 13 October 1994
|
||||
# Whom: wollman
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1997/04/20 13:19:20 wosch Exp $
|
||||
# $Id: Makefile,v 1.12 1997/09/11 03:55:02 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imm-3.5a1
|
||||
@ -18,6 +18,9 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_X11= yes
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
|
||||
|
||||
# The included makefile doesn't have an "install" target.
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Some versions of make, like SGI's, use the following variable to
|
||||
# determine which shell to use for executing commands:
|
||||
SHELL = /bin/sh
|
||||
INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include
|
||||
INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0
|
||||
# Libraries to use when linking:
|
||||
LIBS = -lm
|
||||
|
||||
TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk41 -ltcl -lX11
|
||||
TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk80 -ltcl80 -lX11
|
||||
|
||||
TARGET = ../freebsd
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 13 October 1994
|
||||
# Whom: wollman
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1997/04/20 13:19:20 wosch Exp $
|
||||
# $Id: Makefile,v 1.12 1997/09/11 03:55:02 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= imm-3.5a1
|
||||
@ -18,6 +18,9 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_X11= yes
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
|
||||
|
||||
# The included makefile doesn't have an "install" target.
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Some versions of make, like SGI's, use the following variable to
|
||||
# determine which shell to use for executing commands:
|
||||
SHELL = /bin/sh
|
||||
INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include
|
||||
INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0
|
||||
# Libraries to use when linking:
|
||||
LIBS = -lm
|
||||
|
||||
TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk41 -ltcl -lX11
|
||||
TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk80 -ltcl80 -lX11
|
||||
|
||||
TARGET = ../freebsd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user