9a82124203
- Reset maintainership. - Rewrite makefiles to make x11-fonts/gnu-unifont-ttf a slave port to x11-fonts/gnu-unifont. - Clarify license. PR: 220616 Approved by: maintainer timeout (> 1 month)
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../gnu-unifont
|
|
|
|
PKGNAMESUFFIX= -ttf
|
|
|
|
COMMENT= GNU Unicode TrueType font
|
|
|
|
FONTFILES= ${PORTNAME} ${PORTNAME}_csur ${PORTNAME}_upper
|
|
FONTSUFFIX= .ttf
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|