1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/astro/match/Makefile
Carlo Strub 178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00

27 lines
448 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= cs@FreeBSD.org
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>