mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
13 lines
255 B
Makefile
13 lines
255 B
Makefile
# Created by: ichiro@ichiro.org
|
|
|
|
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"
|