1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-fonts/font-alias/Makefile
Niclas Zeising 54780aa09c x11-fonts/font-alias: Update to 1.0.4
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
2020-08-12 17:40:59 +00:00

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>