1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/frink/files/Makefile.bsd
2013-05-05 21:52:24 +00:00

10 lines
195 B
Makefile

PROG= frink
SRCS= blocks.c config.c frink.c output.c tcl.c token.c util.c vars.c
CFLAGS+=-I${.CURDIR}
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
NO_MAN= regretfully
.include <bsd.prog.mk>