summaryrefslogtreecommitdiff
path: root/converters/xdeview/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-04-01 19:29:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-04-01 19:29:42 +0000
commita9fbb262d6d654edba6cb5821e5665501ce94de8 (patch)
tree320c2ab7477d64f4213076d8400c0461512c266b /converters/xdeview/Makefile
parentNeed to run ``ldconfig -m'' on install. (diff)
- Link with shared libuu rather than static one.
- split up mega patchfile to one patchfile / soruce file
Notes
Notes: svn path=/head/; revision=6095
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r--converters/xdeview/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile
index 99ba3e9ef5d6..32f6080888cd 100644
--- a/converters/xdeview/Makefile
+++ b/converters/xdeview/Makefile
@@ -3,7 +3,7 @@
# Date Created: 9 Feb 1997
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.1.1.1 1997/03/29 23:55:55 obrien Exp $
+# $Id: Makefile,v 1.2 1997/03/30 18:44:25 obrien Exp $
#
DISTNAME= uudeview-0.5.13
@@ -16,8 +16,7 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \
MAINTAINER= ac199@freenet.hamilton.on.ca
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
-BUILD_DEPENDS= ${LOCALBASE}/lib/libuu.a:${PORTSDIR}/devel/uulib
-#LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib
+LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib
FILESDIR= ${.CURDIR}/../../devel/uulib/files
USE_X11= yes
@@ -29,11 +28,6 @@ MAN1= xdeview.1
PORTDOCDIR?= share/doc/xdeview
DOCFILES+= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO
-#pre-build:
-# @${CP} ${LOCALBASE}/lib/libuu.so.1.0 ${WRKSRC}/uulib
-# @${TOUCH} ${WRKSRC}/libuu.a
-# @${TOUCH} ${WRKSRC}/uulib/libuu.a
-
post-install:
strip ${PREFIX}/bin/uuwish
.if !defined(NOPORTDOCS)