This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / groff / xditview / Makefile
CommitLineData
78ed81a3 1.if exists(${DESTDIR}/usr/X386)
8c4ebc23
JH
2
3BINDIR= /usr/X386/bin
78ed81a3 4MANDIR= /usr/X386/man/man
8c4ebc23
JH
5
6PROG= gxditview
7CFLAGS+= -I/usr/X386/include -DFONTPATH=\"/usr/share/groff_font\"
8SRCS+= xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
9 XFontName.c DviChar.c device.c
10LDADD+= -L/usr/X386/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
11
12afterinstall:
13 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/GXditview.ad \
78ed81a3 14 $(DESTDIR)/usr/X386/lib/X11/app-defaults/GXditview
8c4ebc23
JH
15.endif
16
17.include <bsd.prog.mk>