mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
327 B
Makefile
19 lines
327 B
Makefile
|
# New ports collection makefile for: muse
|
||
|
# Version required: 0.1
|
||
|
# Date created: 27 December 1999
|
||
|
# Whom: freebsd@spatula.net
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= muse-0.1
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= http://www.spatula.net/muse/
|
||
|
|
||
|
MAINTAINER= freebsd@spatula.net
|
||
|
|
||
|
MAN1= muse.1
|
||
|
MANCOMPRESSED= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|