mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
20 lines
412 B
Makefile
20 lines
412 B
Makefile
PORTNAME= match
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://spiff.rit.edu/match/
|
|
|
|
MAINTAINER= a.andersson.thn@gmail.com
|
|
COMMENT= Program for matching star lists
|
|
WWW= http://spiff.rit.edu/match/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
CONFLICTS_INSTALL= avenger # share/man/man1/match.1.gz
|
|
|
|
.include <bsd.port.mk>
|