mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
54780aa09c
Update x11-fonts/font-alias to 1.0.4 Add NO_ARCH since no architecture specific files are installed. This is a maintenance release Release announcement and changelog: https://lists.x.org/archives/xorg-announce/2020-August/003054.html
16 lines
231 B
Makefile
16 lines
231 B
Makefile
# Created by: Pawel Worach
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= font-alias
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org Font aliases
|
|
|
|
USES= xorg-cat:font
|
|
NOFONT= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|