diff options
author | hoek <hoek@FreeBSD.org> | 2002-09-02 03:59:06 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2002-09-02 03:59:06 +0000 |
commit | c3a4f768951c250d6b015471dbc5bdb20b36d8ed (patch) | |
tree | 960406e416ff28b41093500c5d575425dc15d942 /converters/xdeview/Makefile | |
parent | 4209bb71977829b62066e798e060774ed78ce7ff (diff) | |
download | FreeBSD-ports-c3a4f768951c250d6b015471dbc5bdb20b36d8ed.zip FreeBSD-ports-c3a4f768951c250d6b015471dbc5bdb20b36d8ed.tar.gz |
Update to xdeview 0.5.18.
Significantly inspired by PR: ports/41508
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r-- | converters/xdeview/Makefile | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 5b6dd7a..ff0f7c8 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -6,27 +6,32 @@ # PORTNAME= xdeview -PORTVERSION= 0.5.13 -CATEGORIES= converters tk82 -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ - http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ +PORTVERSION= 0.5.18 +CATEGORIES= converters tk83 +MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} MAINTAINER= hoek@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ - uu.1:${PORTSDIR}/converters/uulib +LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib \ + tk83.1:${PORTSDIR}/x11-toolkits/tk83 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.2 -I${PREFIX}/include/tk8.2" +# Explicitly disable Tcl otherwise the configure script picks-up +# crud from the $PATH lie /usr/opt/Simili/tcl/. +CONFIGURE_ARGS= --disable-tcl --disable-tk +# Season to taste --- anything better or equal to tcl8.0 is probably okay +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib \ + -lX11 -ltcl83 -ltk83 -lm" \ + CPPFLAGS="-I${LOCALBASE}/include/tcl8.3 -DHAVE_TCL \ + -I${LOCALBASE}/include/tk8.3 -DHAVE_TK \ + -I${X11BASE}/include" ALL_TARGET= xdeview INSTALL_TARGET= install-tcl MAN1= xdeview.1 -DOCFILES= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO +DOCFILES= ${FILESDIR}/porting.notes post-install: strip ${PREFIX}/bin/uuwish |