mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
ad1875e884
PR: 55465 Submitted by: Ports Fury
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.7
|
|
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>
|