diff options
author | tron <tron@pkgsrc.org> | 1998-03-02 00:14:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-02 00:14:13 +0000 |
commit | 676c6bc68b05d686bbd19af17031b507ae595597 (patch) | |
tree | 0c0f10904f5842b30ac3167b87c1f68623767020 /converters/xdeview/Makefile | |
parent | 7036a16745266bf501230886e10ad85636584e09 (diff) | |
download | pkgsrc-676c6bc68b05d686bbd19af17031b507ae595597.tar.gz |
Initial import of FreeBSD's "xdeview-0.5.13" port.
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r-- | converters/xdeview/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile new file mode 100644 index 00000000000..28badbfbe83 --- /dev/null +++ b/converters/xdeview/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: xdeview +# Version Required: 0.5.13 +# Date Created: 9 Feb 1997 +# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> +# +# $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 +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 \ + 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" + +ALL_TARGET= xdeview +INSTALL_TARGET= install-tcl +MAN1= xdeview.1 + +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} + ${INSTALL_MAN} ${DOCFILES} ${PREFIX}/${PORTDOCDIR} +.else + @${ECHO_MSG} "===> Not copying available documents" +.endif + ${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> |