mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
320 B
Makefile
20 lines
320 B
Makefile
# 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}
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAN1= a2crd.1 chord.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|