mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= match
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://spiff.rit.edu/match/
|
|
|
|
MAINTAINER= a.andersson.thn@gmail.com
|
|
COMMENT= Program for matching star lists
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= avenger-[0-9]*
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|