19 lines
580 B
Makefile
19 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.13 2018/04/21 13:38:05 wiz Exp $
|
|
|
|
DISTNAME= viewfax-2.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics comms
|
|
MASTER_SITES= ftp://ftp.hylafax.org/pub/hylafax/contrib/viewfax/
|
|
MASTER_SITES+= ftp://ftp.ips.gov.au/mirror/hylafax/contrib/viewfax/
|
|
MASTER_SITES+= ftp://ftp.oce.nl/pub/gnu/hylafax/contrib/viewfax/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tool for displaying fax files in an X Window
|
|
|
|
USE_IMAKE= yes
|
|
|
|
INSTALLATION_DIRS= libdata/viewfax
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|