blob: 153be44bcec5632636412afab648db619e7de2bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: chord
# Date created: 24 April 1995
# Whom: Satoshi Asami
#
# $FreeBSD$
#
PORTNAME= chord
PORTVERSION= 3.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Produce PS sheet-music from text input
MAN1= a2crd.1 chord.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|