diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-25 07:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-25 07:29:36 +0000 |
commit | b0fd8cc295dd24ef11cc8d8ecad90ce2c9b3404a (patch) | |
tree | 7fa56e278777bb1cadfabb799a7ce1a6d91c9e1f /misc/chord/Makefile | |
parent | 18366571f172cce8c5e062ff9d39cf74d5c728d1 (diff) |
Notes
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r-- | misc/chord/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile new file mode 100644 index 000000000000..cf3b0e72f330 --- /dev/null +++ b/misc/chord/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: chard +# Version required: 3.6 +# Date created: 24 April 1995 +# Whom: Satoshi Asami +# +# $Id: Makefile,v 1.5 1995/04/23 13:02:01 asami Exp $ +# + +DISTNAME= chord +PKGNAME= chord-3.6 +CATEGORIES+= utilities +MASTER_SITES= ftp://freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= asami@FreeBSD.ORG + +.include <bsd.port.mk> |