freebsd-ports/devel/frink/files/Makefile.bsd
Mikhail Teterin 4b44fa0d1c Upgrade from 2.1.5 to 2.2.2p4.
Prompted by:	old version's dissapearance from master site
Notified by:	pointyhat (kris)
2005-02-14 17:00:08 +00:00

9 lines
194 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
NOMAN= regretfully
.include <bsd.prog.mk>