mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
14 lines
269 B
Makefile
14 lines
269 B
Makefile
# Created by: ichiro@ichiro.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= ichiro@ichiro.org
|
|
COMMENT= A graphics library for fast image creation with Japanese support
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/gd
|
|
|
|
CPPFLAGS+= -DJISX0208
|
|
|
|
.include "${MASTERDIR}/Makefile"
|