summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 01:58:50 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 01:58:50 +0000
commitb8ffd7f0f232562417eac2743a5e2714e3f34492 (patch)
tree50fa01fd077a9d1dd0bd6fe35edb965d26ce2cfb
parentChange version required comment too. (diff)
Teach this port to use its own copy of libtool, since an upcoming
commit to bump libtool to version 1.3 breaks the build of this port. Submitted by: Jeremy Lea <reg.shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=18357
Diffstat (limited to '')
-rw-r--r--japanese/vflib/Makefile5
-rw-r--r--japanese/vflib/files/patch-aa2
2 files changed, 3 insertions, 4 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 0c1632ac8d19..b85da2802963 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.18 1998/12/12 21:03:35 jseger Exp $
+# $Id: Makefile,v 1.19 1998/12/23 01:25:40 steve Exp $
#
DISTNAME= VFlib2-2.24.1
@@ -15,7 +15,6 @@ DISTFILES= VFlib2-2.24.1.tar.gz watanabe-vf.tar.Z
MAINTAINER= mita@jp.FreeBSD.org
-BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype
VFLIB_VERSION= 2.24.1
@@ -35,8 +34,8 @@ pre-install:
${MKDIR} ${PREFIX}/share/fonts/watanabe_font
tar -C ${PREFIX}/share/fonts/watanabe_font \
-xzf ${DISTDIR}/watanabe-vf.tar.Z
+
post-install:
${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/japanese/vflib/files/patch-aa b/japanese/vflib/files/patch-aa
index 9dd260f1e28e..5581087dc527 100644
--- a/japanese/vflib/files/patch-aa
+++ b/japanese/vflib/files/patch-aa
@@ -9,7 +9,7 @@
+ FREETYPELIBDIR ?= ${PREFIX}/lib
+ FREETYPEINCDIR ?= ${PREFIX}/include
+
-+ LIBTOOL = ${PREFIX}/bin/libtool
++ LIBTOOL = ../libtool
VFLIB_INCDIR = ../src
VFLIB_LIBDIR = ../src