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