2001-12-17 05:38:07 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: match
|
|
|
|
# Date created: Dec 17, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= match
|
2010-06-30 03:11:49 +02:00
|
|
|
PORTVERSION= 0.11
|
2001-12-17 05:38:07 +01:00
|
|
|
CATEGORIES= astro
|
2010-06-30 03:11:49 +02:00
|
|
|
MASTER_SITES= http://spiff.rit.edu/match/ \
|
|
|
|
http://www.c-s.li/ports/
|
2001-12-17 05:38:07 +01:00
|
|
|
|
2010-06-30 03:11:49 +02:00
|
|
|
MAINTAINER= c-s@c-s.li
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A program for matching star lists
|
2001-12-17 05:38:07 +01:00
|
|
|
|
2010-06-30 03:11:49 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2001-12-17 05:38:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-07-27 10:18:59 +02:00
|
|
|
PLIST_FILES= bin/apply_match bin/match bin/project_coords
|
|
|
|
|
2001-12-17 05:38:07 +01:00
|
|
|
.include <bsd.port.mk>
|