d6c3971615
Documentation Project, which can embed PNGs into RTF files. Obtained from: The FreeBSD Simplified Chinese Project Approved by: clive
13 lines
180 B
Makefile
13 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fixrtf
|
|
SRCS= fixrtf.l
|
|
|
|
PREFIX?= /usr/local
|
|
BINDIR= ${PREFIX}/bin
|
|
CFLAGS+=-I${PREFIX}/include
|
|
LDADD= -L${PREFIX}/lib -lpng
|
|
NO_MAN=
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|