mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
58f845b548
PR: ports/152533 Submitted by: C-S <c-s at c-s dot li>
27 lines
444 B
Makefile
27 lines
444 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: match
|
|
# Date created: Dec 17, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= match
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://spiff.rit.edu/match/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= A program for matching star lists
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= match.1
|
|
|
|
PLIST_FILES= bin/apply_match bin/match bin/project_coords
|
|
|
|
.include <bsd.port.mk>
|