]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove disconnected xditview.
authorbdrewery <bdrewery@FreeBSD.org>
Wed, 21 Oct 2015 01:34:51 +0000 (01:34 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Wed, 21 Oct 2015 01:34:51 +0000 (01:34 +0000)
gnu/usr.bin/groff/src/devices/xditview/Makefile [deleted file]

diff --git a/gnu/usr.bin/groff/src/devices/xditview/Makefile b/gnu/usr.bin/groff/src/devices/xditview/Makefile
deleted file mode 100644 (file)
index 91bfcf3..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# $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 <bsd.prog.mk>
-
-.PATH: ${GROFF_DIST}/src/libs/libxutil