diff options
-rw-r--r-- | converters/xdeview/Makefile | 9 | ||||
-rw-r--r-- | converters/xdeview/files/md5 | 1 | ||||
-rw-r--r-- | converters/xdeview/pkg/PLIST | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 28badbfbe83..9b385811997 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -3,24 +3,26 @@ # Date Created: 9 Feb 1997 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # +# $NetBSD: Makefile,v 1.2 1998/03/02 00:35:27 tron Exp $ # $FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp # DISTNAME= uudeview-0.5.13 PKGNAME= xdeview-0.5.13 -CATEGORIES= converters tk81 +CATEGORIES= converters MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG -LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 \ +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 \ uu\\.1\\.:${PORTSDIR}/converters/uulib GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}" # Season to taste --- anything over tcl7.5 -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/tcl8.1 -I${PREFIX}/include/tk8.1" +CONFIGURE_ENV= LDFLAGS=-s \ + CPPFLAGS="-I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0" ALL_TARGET= xdeview INSTALL_TARGET= install-tcl @@ -30,7 +32,6 @@ PORTDOCDIR?= share/doc/xdeview DOCFILES= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO post-install: - strip ${PREFIX}/bin/uuwish .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" @${MKDIR} ${PREFIX}/${PORTDOCDIR} diff --git a/converters/xdeview/files/md5 b/converters/xdeview/files/md5 index bd0259d935c..8ade08dca7a 100644 --- a/converters/xdeview/files/md5 +++ b/converters/xdeview/files/md5 @@ -1,2 +1 @@ MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a -MD5 (uudeview-0.5.13.tar.gz) = dddf4c01973307c7d203f55c5e0c7fc3 diff --git a/converters/xdeview/pkg/PLIST b/converters/xdeview/pkg/PLIST index 549b70bdf63..e2b127cdd96 100644 --- a/converters/xdeview/pkg/PLIST +++ b/converters/xdeview/pkg/PLIST @@ -1,6 +1,7 @@ -share/doc/xdeview/HOWTO -share/doc/xdeview/porting.notes +@comment $NetBSD: PLIST,v 1.2 1998/03/02 00:35:28 tron Exp $ bin/uuwish bin/xdeview man/man1/xdeview.1.gz +share/doc/xdeview/HOWTO +share/doc/xdeview/porting.notes @dirrm share/doc/xdeview |