diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-14 09:43:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-14 09:43:39 +0000 |
commit | 96bc8048c3217bb231f2f30eadeb628134b557f5 (patch) | |
tree | c75d5bd5a6faba5d6ec73da367e4bfe5b0d4285d /japanese/iv | |
parent | 637c4e8f19438274164c0673ec85af739aba205b (diff) | |
download | ports-96bc8048c3217bb231f2f30eadeb628134b557f5.tar.gz ports-96bc8048c3217bb231f2f30eadeb628134b557f5.zip |
Notes
Diffstat (limited to 'japanese/iv')
-rw-r--r-- | japanese/iv/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index f3fd9e699c66..08c0f2c46b70 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.Feb.1996 # Whom: sanpei@yy.cs.keio.ac.jp # -# $Id: Makefile,v 1.5 1998/10/16 03:10:45 jseger Exp $ +# $Id: Makefile,v 1.6 1998/10/20 01:23:06 steve Exp $ # DISTNAME= iv-3.1 @@ -57,6 +57,14 @@ MANN= Adjuster.n Banner.n BasicDialog.n Border.n Box2_6.n \ statevars.n stateviews.n struct.n transfns.n \ transforms.n uctrls.n viewcmds.n +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "elf" +IV_LIB_VER= 3 +.else +IV_LIB_VER= 3.1 +.endif + pre-patch: ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/diff-2.0gamma @@ -69,10 +77,4 @@ post-install: @${LN} -fs ${PREFIX}/lib/libUnidraw.so.${IV_LIB_VER} ${PREFIX}/lib/libUnidraw.so @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.mk> - -.if ${PORTOBJFORMAT} == "elf" -IV_LIB_VER= 3 -.else -IV_LIB_VER= 3.1 -.endif +.include <bsd.port.post.mk> |