freebsd-ports/sysutils/muse/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

22 lines
393 B
Makefile

# New ports collection makefile for: muse
# Date created: 27 December 1999
# Whom: freebsd@spatula.net
#
# $FreeBSD$
#
PORTNAME= muse
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.spatula.net/muse/
MAINTAINER= freebsd@spatula.net
MAN1= muse.1
MANCOMPRESSED= yes
pre-patch:
${RM} -f ${WRKSRC}/Makefile
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>