mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
b9b27cd3f5
PR: 9097 Submitted by: maintainer
16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
--- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998
|
|
+++ tools/Imakefile.in Wed Dec 16 23:41:05 1998
|
|
@@ -19,7 +19,11 @@
|
|
* copies.
|
|
*/
|
|
|
|
- LIBTOOL = ../libtool
|
|
+ PREFIX ?= /usr/local
|
|
+ FREETYPELIBDIR ?= ${PREFIX}/lib
|
|
+ FREETYPEINCDIR ?= ${PREFIX}/include
|
|
+
|
|
+ LIBTOOL = ${PREFIX}/bin/libtool
|
|
VFLIB_INCDIR = ../src
|
|
VFLIB_LIBDIR = ../src
|
|
|