mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
decb4e775e
decided to stop redistribution of the font. https://kldp.org/node/135598
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# New ports collection makefile for: unfonts-extra-ttf
|
|
# Date created: 27 September 2003
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://kldp.net/frs/download.php/1435/
|
|
|
|
FONTCAT= extra
|
|
FONTLIST= UnJamoBatang \
|
|
UnJamoDotum \
|
|
UnJamoNovel \
|
|
UnJamoSora \
|
|
UnPen \
|
|
UnPenheulim \
|
|
UnShinmun \
|
|
UnTaza \
|
|
UnYetgul
|
|
|
|
MASTERDIR= ${.CURDIR}/../unfonts-core
|
|
|
|
.include "${MASTERDIR}/Makefile"
|