mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
fd5f1ccb47
PR: 60654 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: match
|
|
# Date created: Dec 17, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= match
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://spiff.rit.edu/match/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program for matching star lists
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|