1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11/libxcvt/Makefile
Jan Beich f5bc8ca662 x11/libxcvt: switch to DISTVERSION after a2c98c9879
$ portlint -C
FATAL: Makefile: PORTVERSION appears out-of-order.
FATAL: Makefile: order must be PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES(_\w+)?/DIST_SUBDIR/EXTRACT_ONLY.
2021-07-08 10:53:52 +00:00

19 lines
369 B
Makefile

PORTNAME= libxcvt
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.1.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Calculate VESA CVT mode lines
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= xorg/lib
GL_COMMIT= 93c1eef3e325f292aa5b3bb137bea778e449bf1e
.include <bsd.port.mk>