2005-10-05 09:51:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2005/10/05 09:51:47 bernd Exp $
|
1999-04-09 04:11:45 +00:00
|
|
|
# $FreeBSD: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $
|
|
|
|
|
2001-05-06 04:41:05 +00:00
|
|
|
COMMENT= "display files containing g3 and/or g4 coded fax pages"
|
|
|
|
|
2005-10-05 09:51:47 +00:00
|
|
|
DISTNAME= viewfax-2.6
|
1998-05-14 03:34:56 +00:00
|
|
|
CATEGORIES= x11
|
2002-10-29 19:48:57 +00:00
|
|
|
|
2005-10-05 09:51:47 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ping.de/pub/unix/ \
|
|
|
|
ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
|
1998-05-14 03:34:56 +00:00
|
|
|
|
2000-10-22 15:41:23 +00:00
|
|
|
CONFIGURE_STYLE= imake
|
1998-05-14 03:34:56 +00:00
|
|
|
|
2004-05-17 16:32:33 +00:00
|
|
|
# GPL
|
2000-06-10 00:57:58 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-19 17:27:00 +00:00
|
|
|
WANTLIB= X11 Xext c
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2001-07-09 17:10:49 +00:00
|
|
|
USE_X11= Yes
|
2002-10-29 19:48:57 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-07-09 17:10:49 +00:00
|
|
|
|
1998-05-14 03:34:56 +00:00
|
|
|
pre-install:
|
2000-01-23 07:30:37 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/viewfax
|
1998-05-14 03:34:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|