openbsd-ports/x11/viewfax/Makefile

26 lines
541 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2004/05/17 16:32:33 naddy Exp $
# $FreeBSD: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $
COMMENT= "display files containing g3 and/or g4 coded fax pages"
DISTNAME= viewfax-2.5
1998-05-13 23:34:56 -04:00
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
1998-05-13 23:34:56 -04:00
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
CONFIGURE_STYLE= imake
1998-05-13 23:34:56 -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
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:
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/viewfax
1998-05-13 23:34:56 -04:00
.include <bsd.port.mk>