freebsd-ports/sysutils/muse/files/Makefile
Garrett Wollman 2fbf6f07eb It's easier to replace the whole Makefile with one that works.
(I won't speak as to the operation of the program itself, but
at least it builds now.)
2002-10-21 21:38:20 +00:00

9 lines
140 B
Makefile

# $FreeBSD$
PROG= muse
LDADD= -lkvm
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
MAN1= muse.1
.include <bsd.prog.mk>