diff options
author | asami <asami@FreeBSD.org> | 1994-11-25 05:56:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-25 05:56:48 +0800 |
commit | e97b2fa387971721fb04268f870fc33204f4ffa8 (patch) | |
tree | 72009111e9e610814fd50ec5a944cbd9d702d367 /graphics/xli/Makefile | |
parent | 06923f66803a41bcbbd9ce3fe36a6d5ae7ca6613 (diff) | |
download | freebsd-ports-gnome-e97b2fa387971721fb04268f870fc33204f4ffa8.tar.gz freebsd-ports-gnome-e97b2fa387971721fb04268f870fc33204f4ffa8.tar.zst freebsd-ports-gnome-e97b2fa387971721fb04268f870fc33204f4ffa8.zip |
xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11
(required by tkwww).
Diffstat (limited to 'graphics/xli/Makefile')
-rw-r--r-- | graphics/xli/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile new file mode 100644 index 000000000000..636c854a09aa --- /dev/null +++ b/graphics/xli/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xli +# Version required: 1.16 +# Date created: 24 November 1994 +# Whom: asami +# +# $id:$ +# + +DISTNAME= xli.1.16 +USE_IMAKE= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +EXTRACT_SUFX= .tar.gz +NO_WRKSUBDIR= yes +# PKG_CMD= pkg_create -N +INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |