mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
22 lines
332 B
Makefile
22 lines
332 B
Makefile
COMMENT= display files containing g3 and/or g4 coded fax pages
|
|
|
|
DISTNAME= viewfax-2.6
|
|
REVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
SITES= ftp://ftp.ping.de/pub/unix/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
NO_TEST= Yes
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/viewfax
|
|
|
|
.include <bsd.port.mk>
|