mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
021be14f65
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# Created by: ichiro@ichiro.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= ichiro@ichiro.org
|
|
COMMENT= Graphics library for fast image creation with Japanese support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/gd
|
|
|
|
CPPFLAGS+= -DJISX0208
|
|
|
|
.include "${MASTERDIR}/Makefile"
|