mirror of https://git.FreeBSD.org/ports.git
x11-fonts/montecarlo_fonts: Refactor
- Use USES=tar - Add LICENSE NONE as there is no mention of license in either in distfile or in the website. - Use DISTVERSION while I am here
This commit is contained in:
parent
8a1c907cab
commit
6a34f4ca4e
|
|
@ -1,17 +1,20 @@
|
|||
PORTNAME= montecarlo_fonts
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.0
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://bok.net/MonteCarlo/downloads/ \
|
||||
http://mirror.4bit.ws/
|
||||
DISTNAME= MonteCarlo-PCF
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Monospace font
|
||||
WWW= https://bok.net/MonteCarlo/
|
||||
|
||||
USES= fonts xorg
|
||||
# No specific license mentioned in distfiles or website but the font is
|
||||
# freely available.
|
||||
LICENSE= NONE
|
||||
|
||||
USES= fonts tar:tgz xorg
|
||||
USE_XORG= x11
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue