diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-17 04:38:07 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-17 04:38:07 +0000 |
commit | 4d39c265a024bf1e29328a6f775d7f98115058cf (patch) | |
tree | 9189f124f98f883a22d6b8624fc8e5ccd17df7ed /astro/match/Makefile | |
parent | 065402157b75a9db2d360124206ea62f39e73d61 (diff) | |
download | FreeBSD-ports-4d39c265a024bf1e29328a6f775d7f98115058cf.zip FreeBSD-ports-4d39c265a024bf1e29328a6f775d7f98115058cf.tar.gz |
add match
A program for matching star lists
Diffstat (limited to 'astro/match/Makefile')
-rw-r--r-- | astro/match/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/astro/match/Makefile b/astro/match/Makefile new file mode 100644 index 0000000..068cdb4 --- /dev/null +++ b/astro/match/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: match +# Date created: Dec 17, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= match +PORTVERSION= 0.4 +CATEGORIES= astro +MASTER_SITES= http://acd188a-005.rit.edu/match/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |