mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c2e845d0c8
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'c'.
20 lines
366 B
Makefile
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>
|