2fbf6f07eb
(I won't speak as to the operation of the program itself, but at least it builds now.)
22 lines
393 B
Makefile
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>
|