Index: stable/6/gnu/usr.bin/groff/src/devices/xditview/Makefile =================================================================== --- stable/6/gnu/usr.bin/groff/src/devices/xditview/Makefile (nonexistent) +++ stable/6/gnu/usr.bin/groff/src/devices/xditview/Makefile (revision 151506) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PROG= gxditview +SRCS= device.c draw.c Dvi.c font.c lex.c page.c parse.c xditview.c +DPADD= ${LIBM} +LDADD= -lm +CLEANFILES= ${MAN} + +GENHDRS= GXditview-ad.h +SRCS+= ${GENHDRS} +CFLAGS+= -I. +CLEANFILES+= ${GENHDRS} + +GXditview-ad.h: GXditview.ad + ${SHELL} ${DIST_DIR}/ad2c ${.ALLSRC} >${.TARGET} + +# libxutil +SRCS+= DviChar.c XFontName.c xmalloc.c + +# X11 glue +CFLAGS+= -I${X11BASE}/include +LDFLAGS= -L${X11BASE}/lib +DPADD+= ${X11BASE}/lib/libXaw.a +LDADD+= -lXaw + +BINDIR= ${X11BASE}/bin +MANDIR= ${X11BASE}/man/man +FILESDIR= ${X11BASE}/lib/X11/app-defaults +FILES= GXditview.ad +FILESNAME= GXditview + +.include + +.PATH: ${GROFF_DIST}/src/libs/libxutil Property changes on: stable/6/gnu/usr.bin/groff/src/devices/xditview/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property