mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
4e63c267c1
Approved by: portmgr (blanket)
17 lines
341 B
Makefile
17 lines
341 B
Makefile
PORTNAME= viewfax
|
|
PORTVERSION= 2.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.ping.de/pub/unix/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display files containing g3 and/or g4 coded fax pages
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/viewfax lib/viewfax.tif \
|
|
share/man/man1/viewfax.1.gz
|
|
|
|
.include <bsd.port.mk>
|