28 lines
506 B
Makefile
28 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.25 2012/08/18 12:41:39 ajacoutot Exp $
|
|
|
|
COMMENT= display files containing g3 and/or g4 coded fax pages
|
|
|
|
DISTNAME= viewfax-2.6
|
|
REVISION= 0
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.ping.de/pub/unix/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/viewfax
|
|
|
|
.include <bsd.port.mk>
|