diff options
author | jmz <jmz@FreeBSD.org> | 1995-01-09 01:17:45 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-01-09 01:17:45 +0000 |
commit | 097b8d53cfcfcda9a5bf8aee87c99706c600e92a (patch) | |
tree | 83f692ecf32cb14f9b6f118ef81132861a6f4f2d /x11/xloadimage/Makefile | |
parent | 938c32e52b616a5c8ec1fed08e3f38bb2dcb0869 (diff) | |
download | FreeBSD-ports-097b8d53cfcfcda9a5bf8aee87c99706c600e92a.zip FreeBSD-ports-097b8d53cfcfcda9a5bf8aee87c99706c600e92a.tar.gz |
XLOADIMAGE - X11 Image Loading Utility
This is not the latest version, but this one is able to load fax .g3
images
Diffstat (limited to 'x11/xloadimage/Makefile')
-rw-r--r-- | x11/xloadimage/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile new file mode 100644 index 0000000..d856193 --- /dev/null +++ b/x11/xloadimage/Makefile @@ -0,0 +1,9 @@ +DISTNAME= xloadimage +DISTFILES= xloadimage.3.03.tar.Z +NO_WRKSUBDIR= yes +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/ + + +.include <bsd.port.mk> |