freebsd-ports/textproc/fixrtf/src/Makefile
Xin LI d6c3971615 Add fixrtf, an utility that is intended for use with the
Documentation Project, which can embed PNGs into RTF
files.

Obtained from:	The FreeBSD Simplified Chinese Project
Approved by:	clive
2006-03-16 07:50:15 +00:00

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>