1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/comms/viewfax/Makefile
Niclas Zeising c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00

20 lines
366 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= viewfax
PORTVERSION= 2.6
PORTREVISION= 1
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 \
man/man1/viewfax.1.gz
.include <bsd.port.mk>