mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
6d588589c2
There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polyglot
|
|
DISTVERSION= 1.4.70b
|
|
#PORTREVISION= 0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hardy.uhasselt.be/Toga/polyglot-release/ \
|
|
http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Winboard protocol to UCI protocol adapter
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|